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

Unified Diff: webkit/gpu/context_provider_in_process.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
« no previous file with comments | « ui/compositor/compositor.cc ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: webkit/gpu/context_provider_in_process.h
diff --git a/webkit/gpu/context_provider_in_process.h b/webkit/gpu/context_provider_in_process.h
index 50d06ed9791af656e7355da8f3c28f9715cca1b7..e8a478bd4da1e6de21bcbee221951c5363f9d5fb 100644
--- a/webkit/gpu/context_provider_in_process.h
+++ b/webkit/gpu/context_provider_in_process.h
@@ -26,8 +26,7 @@ class ContextProviderInProcess : public cc::ContextProvider {
virtual WebKit::WebGraphicsContext3D* Context3d() OVERRIDE;
virtual class GrContext* GrContext() OVERRIDE;
virtual void VerifyContexts() OVERRIDE;
-
- bool DestroyedOnMainThread();
+ virtual bool DestroyedOnMainThread() OVERRIDE;
protected:
virtual ~ContextProviderInProcess();
« no previous file with comments | « ui/compositor/compositor.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698