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. |