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

Unified Diff: cc/test/test_context_provider.h

Issue 110883015: Add preliminary support for hw-accelerated tile rasterization. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: added unit tests Created 6 years, 12 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/test_context_provider.h
diff --git a/cc/test/test_context_provider.h b/cc/test/test_context_provider.h
index 42907259e88d0d4836fe92b3b278f14b1e132d82..fe97396826c14958d306e8d34f66f85728ef0e26 100644
--- a/cc/test/test_context_provider.h
+++ b/cc/test/test_context_provider.h
@@ -13,6 +13,7 @@
#include "cc/output/context_provider.h"
#include "cc/test/test_context_support.h"
#include "gpu/command_buffer/client/gles2_interface_stub.h"
+#include "skia/ext/refptr.h"
namespace blink { class WebGraphicsContext3D; }
@@ -68,6 +69,7 @@ class TestContextProvider : public ContextProvider {
scoped_ptr<TestWebGraphicsContext3D> context3d_;
scoped_ptr<TestGLES2Interface> context_gl_;
+ skia::RefPtr<class GrContext> gr_context_;
vmpstr 2014/01/06 19:15:45 You should just forward declare at the top? I don'
alokp 2014/01/06 22:05:24 I will just follow the convention used in the base
bool bound_;
base::ThreadChecker main_thread_checker_;

Powered by Google App Engine
This is Rietveld 408576698