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_; |