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

Unified Diff: cc/test/fake_web_graphics_context_3d.cc

Issue 12212007: cc: Route offscreen context creation for compositor to the browser. (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: cc/test/fake_web_graphics_context_3d.cc
diff --git a/cc/test/fake_web_graphics_context_3d.cc b/cc/test/fake_web_graphics_context_3d.cc
index b5ee8055cf01154e4a3e8b10b806beeddf991d0c..bef17d4ec5ad0daff140b2c76cb1c5125f4903da 100644
--- a/cc/test/fake_web_graphics_context_3d.cc
+++ b/cc/test/fake_web_graphics_context_3d.cc
@@ -13,9 +13,12 @@
#include "third_party/khronos/GLES2/gl2ext.h"
using WebKit::WGC3Dboolean;
+using WebKit::WGC3Dchar;
using WebKit::WGC3Denum;
+using WebKit::WGC3Duint;
using WebKit::WebGLId;
using WebKit::WebGraphicsContext3D;
+using WebKit::WebString;
namespace cc {

Powered by Google App Engine
This is Rietveld 408576698