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

Unified Diff: base/threading/thread_restrictions.h

Issue 1449133002: TaskGraphRunner refactor (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: fixes for linux/android 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
« no previous file with comments | « no previous file | blimp/common/compositor/blimp_task_graph_runner.h » ('j') | cc/test/test_task_graph_runner.cc » ('J')
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: base/threading/thread_restrictions.h
diff --git a/base/threading/thread_restrictions.h b/base/threading/thread_restrictions.h
index 2d78c9bdf8593e74ee019f3664cf15f83da8d8f9..0d04698f4da5438d268188fd7b7a8cb1012a1bed 100644
--- a/base/threading/thread_restrictions.h
+++ b/base/threading/thread_restrictions.h
@@ -22,6 +22,7 @@ class ScopedAllowWaitForLegacyWebViewApi;
namespace cc {
class CompletionEvent;
+class SingleThreadTaskGraphRunner;
class TaskGraphRunner;
}
namespace chromeos {
@@ -44,6 +45,7 @@ class ScopedAllowWaitForAndroidLayoutTests;
class ScopedAllowWaitForDebugURL;
class SoftwareOutputDeviceMus;
class TextInputClientMac;
+class RasterWorkerPool;
} // namespace content
namespace dbus {
class Bus;
@@ -187,7 +189,8 @@ class BASE_EXPORT ThreadRestrictions {
friend class ::HistogramSynchronizer;
friend class ::ScopedAllowWaitForLegacyWebViewApi;
friend class cc::CompletionEvent;
- friend class cc::TaskGraphRunner;
+ friend class cc::SingleThreadTaskGraphRunner;
+ friend class content::RasterWorkerPool;
friend class mojo::common::WatcherThreadManager;
friend class remoting::AutoThread;
friend class ui::WindowResizeHelperMac;
« no previous file with comments | « no previous file | blimp/common/compositor/blimp_task_graph_runner.h » ('j') | cc/test/test_task_graph_runner.cc » ('J')

Powered by Google App Engine
This is Rietveld 408576698