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

Unified Diff: cc/test/fake_context_provider.h

Issue 12212100: Provide shared context to Platform API in renderer. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 7 years, 9 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: cc/test/fake_context_provider.h
diff --git a/cc/test/fake_context_provider.h b/cc/test/fake_context_provider.h
index f7c18398695c0b2b7d2c4872eb30f37ae90a07d6..c0406771f3858226494c2d5beb606421789f84b1 100644
--- a/cc/test/fake_context_provider.h
+++ b/cc/test/fake_context_provider.h
@@ -26,8 +26,7 @@ class FakeContextProvider : 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 ~FakeContextProvider();

Powered by Google App Engine
This is Rietveld 408576698