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

Unified Diff: chrome/browser/renderer_host/render_widget_host_view_mac.h

Issue 7598006: Add OVERRIDE to all RenderWidgetHostView implementations (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 9 years, 4 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 | « no previous file | content/browser/renderer_host/test_render_view_host.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/renderer_host/render_widget_host_view_mac.h
diff --git a/chrome/browser/renderer_host/render_widget_host_view_mac.h b/chrome/browser/renderer_host/render_widget_host_view_mac.h
index 9a3daf8f62bb05064ffe4e405c2d93883428b097..3910a9e7ec15a580bf192c4b8b4e7209bf7b6308 100644
--- a/chrome/browser/renderer_host/render_widget_host_view_mac.h
+++ b/chrome/browser/renderer_host/render_widget_host_view_mac.h
@@ -229,9 +229,10 @@ class RenderWidgetHostViewMac : public RenderWidgetHostView {
// Methods associated with GPU-accelerated plug-in instances and the
// accelerated compositor.
- virtual gfx::PluginWindowHandle AllocateFakePluginWindowHandle(bool opaque,
- bool root);
- virtual void DestroyFakePluginWindowHandle(gfx::PluginWindowHandle window);
+ virtual gfx::PluginWindowHandle AllocateFakePluginWindowHandle(
+ bool opaque, bool root) OVERRIDE;
+ virtual void DestroyFakePluginWindowHandle(
+ gfx::PluginWindowHandle window) OVERRIDE;
// Exposed for testing.
AcceleratedPluginView* ViewForPluginWindowHandle(
« no previous file with comments | « no previous file | content/browser/renderer_host/test_render_view_host.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698