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

Unified Diff: content/renderer/pepper_platform_context_3d_impl.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/renderer/p2p/socket_dispatcher.h ('k') | content/renderer/pepper_platform_video_decoder_impl.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: content/renderer/pepper_platform_context_3d_impl.h
diff --git a/content/renderer/pepper_platform_context_3d_impl.h b/content/renderer/pepper_platform_context_3d_impl.h
index 8f8937e45a410b83b2b509f3b8f3fe2ba991203c..cac5c3c45ac0e47b3d61fe1d8c4d6596f6223402 100644
--- a/content/renderer/pepper_platform_context_3d_impl.h
+++ b/content/renderer/pepper_platform_context_3d_impl.h
@@ -29,12 +29,12 @@ class PlatformContext3DImpl
PepperParentContextProvider* parent_context_provider);
virtual ~PlatformContext3DImpl();
- virtual bool Init(const int32* attrib_list);
- virtual unsigned GetBackingTextureId();
- virtual gpu::CommandBuffer* GetCommandBuffer();
- virtual int GetCommandBufferRouteId();
- virtual void SetContextLostCallback(const base::Closure& callback);
- virtual bool Echo(const base::Closure& task);
+ virtual bool Init(const int32* attrib_list) OVERRIDE;
+ virtual unsigned GetBackingTextureId() OVERRIDE;
+ virtual gpu::CommandBuffer* GetCommandBuffer() OVERRIDE;
+ virtual int GetCommandBufferRouteId() OVERRIDE;
+ virtual void SetContextLostCallback(const base::Closure& callback) OVERRIDE;
+ virtual bool Echo(const base::Closure& task) OVERRIDE;
private:
bool InitRaw();
« no previous file with comments | « content/renderer/p2p/socket_dispatcher.h ('k') | content/renderer/pepper_platform_video_decoder_impl.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698