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

Unified Diff: webkit/support/webkit_support.h

Issue 6258001: Add support for DumpRenderTree to use the GPU rather than software renderer (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src/webkit/tools/layout_tests
Patch Set: Splitting patch into two, to keep current software initialization working Created 9 years, 11 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 | « no previous file | webkit/support/webkit_support.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: webkit/support/webkit_support.h
diff --git a/webkit/support/webkit_support.h b/webkit/support/webkit_support.h
index 321a0bbd2615311e1cfb8005403702671c8a8340..5dc0c511d512250034dd23bf8b218fd91c93b8e6 100644
--- a/webkit/support/webkit_support.h
+++ b/webkit/support/webkit_support.h
@@ -75,6 +75,12 @@ WebKit::WebApplicationCacheHost* CreateApplicationCacheHost(
// Returns the root directory of the WebKit code.
WebKit::WebString GetWebKitRootDir();
+enum GLBindingPreferences {
+ GL_BINDING_DEFAULT,
+ GL_BINDING_SOFTWARE_RENDERER
+};
+void SetUpGLBindings(GLBindingPreferences);
+
// ------- URL load mocking.
// Registers the file at |file_path| to be served when |url| is requested.
// |response| is the response provided with the contents.
« no previous file with comments | « no previous file | webkit/support/webkit_support.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698