| Index: cc/test/test_context_provider.h
 | 
| diff --git a/cc/test/test_context_provider.h b/cc/test/test_context_provider.h
 | 
| index 66ae9986b168d895fc6675b805199e43665ccb38..3be8b4365b6278e15ecb413ef6660f4b459058ce 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 cc {
 | 
|  class TestWebGraphicsContext3D;
 | 
| @@ -75,6 +76,7 @@ class TestContextProvider : public ContextProvider {
 | 
|  
 | 
|    LostContextCallback lost_context_callback_;
 | 
|    MemoryPolicyChangedCallback memory_policy_changed_callback_;
 | 
| +  skia::RefPtr<class GrContext> gr_context_;
 | 
|  
 | 
|    base::WeakPtrFactory<TestContextProvider> weak_ptr_factory_;
 | 
|  
 | 
| 
 |