Update To 11.40.268.0
[platform/framework/web/crosswalk.git] / src / ui / gl / gl_fence_nv.h
index fee9eff..0bac11c 100644 (file)
@@ -15,12 +15,12 @@ namespace gfx {
 class GL_EXPORT GLFenceNV : public GLFence {
  public:
   GLFenceNV(bool flush);
-  virtual ~GLFenceNV();
+  ~GLFenceNV() override;
 
   // GLFence implementation:
-  virtual bool HasCompleted() OVERRIDE;
-  virtual void ClientWait() OVERRIDE;
-  virtual void ServerWait() OVERRIDE;
+  bool HasCompleted() override;
+  void ClientWait() override;
+  void ServerWait() override;
 
  private:
   GLuint fence_;