| Index: gpu/command_buffer/service/gl_state_restorer_impl.h
|
| diff --git a/gpu/command_buffer/service/gl_state_restorer_impl.h b/gpu/command_buffer/service/gl_state_restorer_impl.h
|
| index 73534b81ad34a1d0cc3c76cad578979ca4f9311d..b8ccc44fa84e47f0cef492e76f514e35cae30f57 100644
|
| --- a/gpu/command_buffer/service/gl_state_restorer_impl.h
|
| +++ b/gpu/command_buffer/service/gl_state_restorer_impl.h
|
| @@ -24,11 +24,11 @@ class GPU_EXPORT GLStateRestorerImpl : public gfx::GLStateRestorer {
|
| explicit GLStateRestorerImpl(base::WeakPtr<gles2::GLES2Decoder> decoder);
|
| virtual ~GLStateRestorerImpl();
|
|
|
| - 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;
|
| + 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;
|
|
|
| private:
|
| const gles2::ContextState* GetContextState() const;
|
|
|