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

Unified Diff: webkit/support/test_webkit_platform_support.h

Issue 12217099: Implement the Platform::sharedOffscreenGraphicsContext3D method. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: 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: webkit/support/test_webkit_platform_support.h
diff --git a/webkit/support/test_webkit_platform_support.h b/webkit/support/test_webkit_platform_support.h
index ec43ce51b5e85288e67ebe153b0ddbce4069784b..bb4c5ff007c76bcb7b8b26b4c558871424ddcf21 100644
--- a/webkit/support/test_webkit_platform_support.h
+++ b/webkit/support/test_webkit_platform_support.h
@@ -84,6 +84,7 @@ class TestWebKitPlatformSupport :
virtual WebKit::WebGraphicsContext3D* createOffscreenGraphicsContext3D(
const WebKit::WebGraphicsContext3D::Attributes&);
+ virtual WebKit::WebGraphicsContext3D* sharedOffscreenGraphicsContext3D();
virtual bool canAccelerate2dCanvas();
WebURLLoaderMockFactory* url_loader_factory() {
« no previous file with comments | « no previous file | webkit/support/test_webkit_platform_support.cc » ('j') | webkit/support/test_webkit_platform_support.cc » ('J')

Powered by Google App Engine
This is Rietveld 408576698