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

Unified Diff: content/plugin/webplugin_accelerated_surface_proxy_mac.h

Issue 8587009: Add OVERRIDE to content/. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: rebase Created 9 years, 1 month 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/plugin/plugin_thread.h ('k') | content/plugin/webplugin_delegate_stub.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: content/plugin/webplugin_accelerated_surface_proxy_mac.h
diff --git a/content/plugin/webplugin_accelerated_surface_proxy_mac.h b/content/plugin/webplugin_accelerated_surface_proxy_mac.h
index d3ad9ec7c36264e237e85d84c945d6933a6bc12e..f0290ba968cdc6caf61251c596ddd3b88454f837 100644
--- a/content/plugin/webplugin_accelerated_surface_proxy_mac.h
+++ b/content/plugin/webplugin_accelerated_surface_proxy_mac.h
@@ -6,6 +6,7 @@
#define CONTENT_PLUGIN_WEBPLUGIN_ACCELERATED_SURFACE_PROXY_H_
#pragma once
+#include "base/compiler_specific.h"
#include "ui/gfx/gl/gpu_preference.h"
#include "webkit/plugins/npapi/webplugin_accelerated_surface_mac.h"
@@ -24,11 +25,11 @@ class WebPluginAcceleratedSurfaceProxy
virtual ~WebPluginAcceleratedSurfaceProxy();
// WebPluginAcceleratedSurface implementation.
- virtual void SetWindowHandle(gfx::PluginWindowHandle window);
- virtual void SetSize(const gfx::Size& size);
- virtual CGLContextObj context();
- virtual void StartDrawing();
- virtual void EndDrawing();
+ virtual void SetWindowHandle(gfx::PluginWindowHandle window) OVERRIDE;
+ virtual void SetSize(const gfx::Size& size) OVERRIDE;
+ virtual CGLContextObj context() OVERRIDE;
+ virtual void StartDrawing() OVERRIDE;
+ virtual void EndDrawing() OVERRIDE;
private:
WebPluginProxy* plugin_proxy_; // Weak ref.
« no previous file with comments | « content/plugin/plugin_thread.h ('k') | content/plugin/webplugin_delegate_stub.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698