Chromium Code Reviews| Index: base/threading/thread_restrictions.h |
| diff --git a/base/threading/thread_restrictions.h b/base/threading/thread_restrictions.h |
| index fd03bcdfbef2199d76a5ce3b27d3d365543c044c..6d35d9934d8ac94d64e862293aec9a08cceafbf4 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; |
|
danakj
2015/11/30 23:54:27
remove this?
ericrk
2015/11/30 23:58:47
Done.
|
| } |
| namespace chromeos { |
| @@ -44,6 +45,7 @@ class ScopedAllowWaitForAndroidLayoutTests; |
| class ScopedAllowWaitForDebugURL; |
| class SoftwareOutputDeviceMus; |
| class TextInputClientMac; |
| +class RasterWorkerPool; |
| } // namespace content |
| namespace dbus { |
| class Bus; |
| @@ -186,7 +188,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 remoting::AutoThread; |
| friend class ui::WindowResizeHelperMac; |
| friend class MessagePumpDefault; |