Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(373)

Unified Diff: content/browser/compositor/gpu_process_transport_factory.h

Issue 1449133002: TaskGraphRunner refactor (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: feedback Created 5 years, 1 month ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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)
« no previous file with comments | « components/mus/gles2/raster_thread_helper.cc ('k') | content/browser/compositor/gpu_process_transport_factory.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698