Chromium Code Reviews| Index: base/threading/thread_restrictions.h |
| diff --git a/base/threading/thread_restrictions.h b/base/threading/thread_restrictions.h |
| index b6cfa723206980df9f1306846350b306d07280de..65f514be043a1f61ce4e921149282aa7521dc46d 100644 |
| --- a/base/threading/thread_restrictions.h |
| +++ b/base/threading/thread_restrictions.h |
| @@ -38,6 +38,7 @@ class BrowserGpuChannelHostFactory; |
| class BrowserGpuMemoryBufferManager; |
| class BrowserShutdownProfileDumper; |
| class BrowserTestBase; |
| +class ChildIOSurfaceManager; |
| class GpuChannelHost; |
| class NestedMessagePumpAndroid; |
| class RenderWidgetResizeHelper; |
| @@ -68,6 +69,10 @@ namespace remoting { |
| class AutoThread; |
| } |
| +namespace ui { |
| +class ClientNativePixmapFactoryGbm; |
| +} |
| + |
| namespace base { |
| namespace android { |
| @@ -174,6 +179,7 @@ class BASE_EXPORT ThreadRestrictions { |
| // BEGIN ALLOWED USAGE. |
| friend class content::BrowserShutdownProfileDumper; |
| friend class content::BrowserTestBase; |
| + friend class content::ChildIOSurfaceManager; |
|
dcheng
2015/08/31 17:40:53
Did you talk to jam or brettw about adding this li
dshwang
2015/08/31 18:12:29
you reviewed old and deprecated patch set. current
|
| friend class content::NestedMessagePumpAndroid; |
| friend class content::RenderWidgetResizeHelper; |
| friend class content::ScopedAllowWaitForAndroidLayoutTests; |
| @@ -191,6 +197,7 @@ class BASE_EXPORT ThreadRestrictions { |
| friend class ThreadTestHelper; |
| friend class PlatformThread; |
| friend class android::JavaHandlerThread; |
| + friend class ui::ClientNativePixmapFactoryGbm; |
| // END ALLOWED USAGE. |
| // BEGIN USAGE THAT NEEDS TO BE FIXED. |