Index: ui/compositor/test/in_process_context_factory.h |
diff --git a/ui/compositor/test/in_process_context_factory.h b/ui/compositor/test/in_process_context_factory.h |
index 3c4e176d1f6ed17bac46a8569feb852505c16db4..4387adca5d5cb258a776b9e495720f144bef5bc9 100644 |
--- a/ui/compositor/test/in_process_context_factory.h |
+++ b/ui/compositor/test/in_process_context_factory.h |
@@ -21,7 +21,6 @@ |
} |
namespace ui { |
-class InProcessContextProvider; |
class InProcessContextFactory : public ContextFactory { |
public: |
@@ -57,8 +56,7 @@ |
const gfx::Size& size) override; |
private: |
- scoped_refptr<InProcessContextProvider> shared_main_thread_contexts_; |
- scoped_refptr<InProcessContextProvider> shared_worker_context_provider_; |
+ scoped_refptr<cc::ContextProvider> shared_main_thread_contexts_; |
cc::TestSharedBitmapManager shared_bitmap_manager_; |
cc::TestGpuMemoryBufferManager gpu_memory_buffer_manager_; |
cc::TestImageFactory image_factory_; |