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

Unified Diff: webkit/support/test_webkit_client.cc

Issue 6712050: Revert 78801 - Addition of GL-redirecting mechanism for the Skia/GPU back-end. During execution o... (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src/
Patch Set: Created 9 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
« no previous file with comments | « skia/skia.gyp ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: webkit/support/test_webkit_client.cc
===================================================================
--- webkit/support/test_webkit_client.cc (revision 78807)
+++ webkit/support/test_webkit_client.cc (working copy)
@@ -4,7 +4,6 @@
#include "webkit/support/test_webkit_client.h"
-#include "app/gfx/gl/gl_bindings_skia.h"
#include "base/file_util.h"
#include "base/path_service.h"
#include "base/scoped_temp_dir.h"
@@ -353,6 +352,5 @@
}
WebKit::WebGraphicsContext3D* TestWebKitClient::createGraphicsContext3D() {
- gfx::BindSkiaToHostGL();
return new webkit::gpu::WebGraphicsContext3DInProcessImpl();
}
« no previous file with comments | « skia/skia.gyp ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698