| Index: content/common/gpu/image_transport_surface_android.cc
|
| diff --git a/content/common/gpu/image_transport_surface_android.cc b/content/common/gpu/image_transport_surface_android.cc
|
| index 29e1caec4a6c8aa6c0bffe402978c8a935b681aa..5bb818c538219a05d7dd5f41435385593ecca935 100644
|
| --- a/content/common/gpu/image_transport_surface_android.cc
|
| +++ b/content/common/gpu/image_transport_surface_android.cc
|
| @@ -39,8 +39,8 @@ class ImageTransportSurfaceAndroid
|
| const gfx::GLSurfaceHandle& handle);
|
|
|
| // gfx::GLSurface implementation.
|
| - virtual bool OnMakeCurrent(gfx::GLContext* context) OVERRIDE;
|
| - virtual void WakeUpGpu() OVERRIDE;
|
| + virtual bool OnMakeCurrent(gfx::GLContext* context) override;
|
| + virtual void WakeUpGpu() override;
|
|
|
| protected:
|
| virtual ~ImageTransportSurfaceAndroid();
|
| @@ -59,7 +59,7 @@ class DirectSurfaceAndroid : public PassThroughImageTransportSurface {
|
| gfx::GLSurface* surface);
|
|
|
| // gfx::GLSurface implementation.
|
| - virtual bool SwapBuffers() OVERRIDE;
|
| + virtual bool SwapBuffers() override;
|
|
|
| protected:
|
| virtual ~DirectSurfaceAndroid();
|
|
|