Update To 11.40.268.0
[platform/framework/web/crosswalk.git] / src / gpu / command_buffer / service / gl_state_restorer_impl.h
index 73534b8..91d3408 100644 (file)
@@ -22,13 +22,13 @@ struct ContextState;
 class GPU_EXPORT GLStateRestorerImpl : public gfx::GLStateRestorer {
  public:
    explicit GLStateRestorerImpl(base::WeakPtr<gles2::GLES2Decoder> decoder);
-   virtual ~GLStateRestorerImpl();
+   ~GLStateRestorerImpl() override;
 
-   virtual bool IsInitialized() OVERRIDE;
-   virtual void RestoreState(const gfx::GLStateRestorer* prev_state) OVERRIDE;
-   virtual void RestoreAllTextureUnitBindings() OVERRIDE;
-   virtual void RestoreActiveTextureUnitBinding(unsigned int target) OVERRIDE;
-   virtual void RestoreFramebufferBindings() OVERRIDE;
+   bool IsInitialized() override;
+   void RestoreState(const gfx::GLStateRestorer* prev_state) override;
+   void RestoreAllTextureUnitBindings() override;
+   void RestoreActiveTextureUnitBinding(unsigned int target) override;
+   void RestoreFramebufferBindings() override;
 
  private:
    const gles2::ContextState* GetContextState() const;