| Index: content/common/gpu/client/context_provider_command_buffer.h
|
| diff --git a/content/common/gpu/client/context_provider_command_buffer.h b/content/common/gpu/client/context_provider_command_buffer.h
|
| index aa8613a70072ae8b1a66777680f3668efd17d0ce..1b6d5128952bd0a1b93cad8ec357e75c847002f5 100644
|
| --- a/content/common/gpu/client/context_provider_command_buffer.h
|
| +++ b/content/common/gpu/client/context_provider_command_buffer.h
|
| @@ -34,23 +34,23 @@ class CONTENT_EXPORT ContextProviderCommandBuffer
|
| CommandBufferProxyImpl* GetCommandBufferProxy();
|
|
|
| // ContextProviderWebContext implementation.
|
| - virtual WebGraphicsContext3DCommandBufferImpl* WebContext3D() OVERRIDE;
|
| + virtual WebGraphicsContext3DCommandBufferImpl* WebContext3D() override;
|
|
|
| // cc::ContextProvider implementation.
|
| - virtual bool BindToCurrentThread() OVERRIDE;
|
| - virtual gpu::gles2::GLES2Interface* ContextGL() OVERRIDE;
|
| - virtual gpu::ContextSupport* ContextSupport() OVERRIDE;
|
| - virtual class GrContext* GrContext() OVERRIDE;
|
| - virtual Capabilities ContextCapabilities() OVERRIDE;
|
| - virtual bool IsContextLost() OVERRIDE;
|
| - virtual void VerifyContexts() OVERRIDE;
|
| - virtual void DeleteCachedResources() OVERRIDE;
|
| - virtual bool DestroyedOnMainThread() OVERRIDE;
|
| + virtual bool BindToCurrentThread() override;
|
| + virtual gpu::gles2::GLES2Interface* ContextGL() override;
|
| + virtual gpu::ContextSupport* ContextSupport() override;
|
| + virtual class GrContext* GrContext() override;
|
| + virtual Capabilities ContextCapabilities() override;
|
| + virtual bool IsContextLost() override;
|
| + virtual void VerifyContexts() override;
|
| + virtual void DeleteCachedResources() override;
|
| + virtual bool DestroyedOnMainThread() override;
|
| virtual void SetLostContextCallback(
|
| - const LostContextCallback& lost_context_callback) OVERRIDE;
|
| + const LostContextCallback& lost_context_callback) override;
|
| virtual void SetMemoryPolicyChangedCallback(
|
| const MemoryPolicyChangedCallback& memory_policy_changed_callback)
|
| - OVERRIDE;
|
| + override;
|
|
|
| protected:
|
| ContextProviderCommandBuffer(
|
|
|