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

Unified Diff: content/browser/compositor/test/no_transport_image_transport_factory.h

Issue 634703003: Replacing the OVERRIDE with override and FINAL with final in content/browser/[accessibility|battery… (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
« no previous file with comments | « content/browser/compositor/surface_display_output_surface.h ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: content/browser/compositor/test/no_transport_image_transport_factory.h
diff --git a/content/browser/compositor/test/no_transport_image_transport_factory.h b/content/browser/compositor/test/no_transport_image_transport_factory.h
index 1ee7de51036c7a31c35fd235ffc924d5de793387..6bcca6fd25a9907eca58ea0182cae97e10dcd2b3 100644
--- a/content/browser/compositor/test/no_transport_image_transport_factory.h
+++ b/content/browser/compositor/test/no_transport_image_transport_factory.h
@@ -22,16 +22,16 @@ class NoTransportImageTransportFactory : public ImageTransportFactory {
virtual ~NoTransportImageTransportFactory();
// ImageTransportFactory implementation.
- virtual ui::ContextFactory* GetContextFactory() OVERRIDE;
- virtual gfx::GLSurfaceHandle GetSharedSurfaceHandle() OVERRIDE;
+ virtual ui::ContextFactory* GetContextFactory() override;
+ virtual gfx::GLSurfaceHandle GetSharedSurfaceHandle() override;
virtual scoped_ptr<cc::SurfaceIdAllocator> CreateSurfaceIdAllocator()
- OVERRIDE;
- virtual cc::SurfaceManager* GetSurfaceManager() OVERRIDE;
- virtual GLHelper* GetGLHelper() OVERRIDE;
- virtual void AddObserver(ImageTransportFactoryObserver* observer) OVERRIDE;
- virtual void RemoveObserver(ImageTransportFactoryObserver* observer) OVERRIDE;
+ override;
+ virtual cc::SurfaceManager* GetSurfaceManager() override;
+ virtual GLHelper* GetGLHelper() override;
+ virtual void AddObserver(ImageTransportFactoryObserver* observer) override;
+ virtual void RemoveObserver(ImageTransportFactoryObserver* observer) override;
#if defined(OS_MACOSX)
- virtual void OnSurfaceDisplayed(int surface_id) OVERRIDE {}
+ virtual void OnSurfaceDisplayed(int surface_id) override {}
#endif
private:
« no previous file with comments | « content/browser/compositor/surface_display_output_surface.h ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698