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

Unified Diff: trunk/src/webkit/support/webkit_support.h

Issue 12915008: Revert 189820 "Lazy initialize WGC3DInProcessCommandBufferImpl". Causing checkfailures. (Closed) Base URL: svn://svn.chromium.org/chrome/
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: trunk/src/webkit/support/webkit_support.h
===================================================================
--- trunk/src/webkit/support/webkit_support.h (revision 189974)
+++ trunk/src/webkit/support/webkit_support.h (working copy)
@@ -127,6 +127,10 @@
IN_PROCESS_COMMAND_BUFFER
};
+WebKit::WebGraphicsContext3D* CreateGraphicsContext3D(
+ const WebKit::WebGraphicsContext3D::Attributes& attributes,
+ WebKit::WebView* web_view);
+
enum LayerTreeViewType {
FAKE_CONTEXT,
SOFTWARE_CONTEXT,
« no previous file with comments | « trunk/src/webkit/support/test_webkit_platform_support.cc ('k') | trunk/src/webkit/support/webkit_support.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698