| 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 4387adca5d5cb258a776b9e495720f144bef5bc9..972a8ecf5bdad99c769a352bfc14ad07e32c28d7 100644
|
| --- a/ui/compositor/test/in_process_context_factory.h
|
| +++ b/ui/compositor/test/in_process_context_factory.h
|
| @@ -57,6 +57,7 @@ class InProcessContextFactory : public ContextFactory {
|
|
|
| private:
|
| scoped_refptr<cc::ContextProvider> shared_main_thread_contexts_;
|
| + scoped_refptr<cc::ContextProvider> shared_worker_context_provider_;
|
| cc::TestSharedBitmapManager shared_bitmap_manager_;
|
| cc::TestGpuMemoryBufferManager gpu_memory_buffer_manager_;
|
| cc::TestImageFactory image_factory_;
|
|
|