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

Unified Diff: cc/resource_update_controller.h

Issue 12212007: cc: Route offscreen context creation for compositor to the browser. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: add cc::GaneshResourceProvider 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/resource_update_controller.h
diff --git a/cc/resource_update_controller.h b/cc/resource_update_controller.h
index bd3e2b865cb1242291ca9c3ce9ab8472498206f1..c0678b64123fa85dc1350ce67561653f3525fa15 100644
--- a/cc/resource_update_controller.h
+++ b/cc/resource_update_controller.h
@@ -12,6 +12,9 @@
#include "cc/cc_export.h"
#include "cc/resource_update_queue.h"
+class GrContext;
+namespace WebKit { class WebGraphicsContext3D; }
+
namespace cc {
class ResourceProvider;

Powered by Google App Engine
This is Rietveld 408576698