| Index: content/common/gpu/image_transport_surface_calayer_mac.h
|
| diff --git a/content/common/gpu/image_transport_surface_calayer_mac.h b/content/common/gpu/image_transport_surface_calayer_mac.h
|
| index 96a01e484c83bc053ad74dc5bd8b5331bf1b58ea..20ccce35cee59b5f0b79d692e0e115c32d49c1e1 100644
|
| --- a/content/common/gpu/image_transport_surface_calayer_mac.h
|
| +++ b/content/common/gpu/image_transport_surface_calayer_mac.h
|
| @@ -23,15 +23,15 @@ class CALayerStorageProvider
|
| virtual ~CALayerStorageProvider();
|
|
|
| // ImageTransportSurfaceFBO::StorageProvider implementation:
|
| - virtual gfx::Size GetRoundedSize(gfx::Size size) OVERRIDE;
|
| + virtual gfx::Size GetRoundedSize(gfx::Size size) override;
|
| virtual bool AllocateColorBufferStorage(
|
| CGLContextObj context, GLuint texture,
|
| - gfx::Size pixel_size, float scale_factor) OVERRIDE;
|
| - virtual void FreeColorBufferStorage() OVERRIDE;
|
| - virtual void SwapBuffers(const gfx::Size& size, float scale_factor) OVERRIDE;
|
| - virtual void WillWriteToBackbuffer() OVERRIDE;
|
| - virtual void DiscardBackbuffer() OVERRIDE;
|
| - virtual void SwapBuffersAckedByBrowser() OVERRIDE;
|
| + gfx::Size pixel_size, float scale_factor) override;
|
| + virtual void FreeColorBufferStorage() override;
|
| + virtual void SwapBuffers(const gfx::Size& size, float scale_factor) override;
|
| + virtual void WillWriteToBackbuffer() override;
|
| + virtual void DiscardBackbuffer() override;
|
| + virtual void SwapBuffersAckedByBrowser() override;
|
|
|
| // Interface to ImageTransportLayer:
|
| CGLContextObj LayerShareGroupContext();
|
|
|