| Index: content/browser/compositor/gpu_process_transport_factory.h
|
| diff --git a/content/browser/compositor/gpu_process_transport_factory.h b/content/browser/compositor/gpu_process_transport_factory.h
|
| index 914f5d25e9db1ab4cf1e60b693b9f87dd2228b94..9f572919f7b352867b4d22f482f0350f28295885 100644
|
| --- a/content/browser/compositor/gpu_process_transport_factory.h
|
| +++ b/content/browser/compositor/gpu_process_transport_factory.h
|
| @@ -22,6 +22,7 @@ class Thread;
|
| }
|
|
|
| namespace cc {
|
| +class SingleThreadTaskGraphRunner;
|
| class SoftwareOutputDevice;
|
| class SurfaceManager;
|
| }
|
| @@ -102,8 +103,7 @@ class GpuProcessTransportFactory
|
| base::ObserverList<ImageTransportFactoryObserver> observer_list_;
|
| scoped_ptr<cc::SurfaceManager> surface_manager_;
|
| uint32_t next_surface_id_namespace_;
|
| - scoped_ptr<cc::TaskGraphRunner> task_graph_runner_;
|
| - scoped_ptr<base::SimpleThread> raster_thread_;
|
| + scoped_ptr<cc::SingleThreadTaskGraphRunner> task_graph_runner_;
|
| scoped_refptr<ContextProviderCommandBuffer> shared_worker_context_provider_;
|
|
|
| #if defined(OS_WIN)
|
|
|