Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(1211)

Unified Diff: content/common/gpu/image_transport_surface_android.cc

Issue 630853003: Replace OVERRIDE and FINAL with override and final in content/common/[a-s]* (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 6 years, 2 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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();
« no previous file with comments | « content/common/gpu/image_transport_surface.h ('k') | content/common/gpu/image_transport_surface_calayer_mac.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698