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

Unified Diff: content/common/gpu/client/context_provider_command_buffer.h

Issue 12212100: Provide shared context to Platform API in renderer. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: rebaseforreals Created 7 years, 10 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/client/context_provider_command_buffer.h
diff --git a/content/common/gpu/client/context_provider_command_buffer.h b/content/common/gpu/client/context_provider_command_buffer.h
index c415e0ff2de577df30d2a0a53a80455b0f31ba41..54e59238873125f931c79d3f99b04862ea14e41f 100644
--- a/content/common/gpu/client/context_provider_command_buffer.h
+++ b/content/common/gpu/client/context_provider_command_buffer.h
@@ -29,8 +29,7 @@ class ContextProviderCommandBuffer : public cc::ContextProvider {
virtual WebGraphicsContext3DCommandBufferImpl* Context3d() OVERRIDE;
virtual class GrContext* GrContext() OVERRIDE;
virtual void VerifyContexts() OVERRIDE;
-
- bool DestroyedOnMainThread();
+ virtual bool DestroyedOnMainThread() OVERRIDE;
protected:
virtual ~ContextProviderCommandBuffer();
« no previous file with comments | « content/browser/renderer_host/image_transport_factory.cc ('k') | content/common/webkitplatformsupport_impl.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698