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..c87c4f8dc20ae5a0b89ac6eca84ed5cad7cb83fe 100644 |
| --- a/base/threading/thread_restrictions.h |
| +++ b/base/threading/thread_restrictions.h |
| @@ -68,6 +68,10 @@ namespace remoting { |
| class AutoThread; |
| } |
| +namespace ui { |
| +class ClientNativePixmapFactoryGbm; |
| +} |
| + |
| namespace base { |
| namespace android { |
| @@ -191,6 +195,7 @@ class BASE_EXPORT ThreadRestrictions { |
| friend class ThreadTestHelper; |
| friend class PlatformThread; |
| friend class android::JavaHandlerThread; |
| + friend class ui::ClientNativePixmapFactoryGbm; |
|
dshwang
2015/08/21 13:04:10
jam, brettw, could you allow this? Renderer needs
|
| // END ALLOWED USAGE. |
| // BEGIN USAGE THAT NEEDS TO BE FIXED. |