Index: base/threading/thread_restrictions.h |
diff --git a/base/threading/thread_restrictions.h b/base/threading/thread_restrictions.h |
index a71cad2795bb4e671ee8a81626154d607e2a608b..3fda3ac60a1c468f05abcee1b259c7248020d525 100644 |
--- a/base/threading/thread_restrictions.h |
+++ b/base/threading/thread_restrictions.h |
@@ -51,6 +51,9 @@ namespace disk_cache { |
class BackendImpl; |
class InFlightIO; |
} |
+namespace gles2 { |
+class CommandBufferClientImpl; |
+} |
namespace mojo { |
namespace common { |
class WatcherThreadManager; |
@@ -194,6 +197,7 @@ class BASE_EXPORT ThreadRestrictions { |
friend class ThreadTestHelper; |
friend class PlatformThread; |
friend class android::JavaHandlerThread; |
+ friend class gles2::CommandBufferClientImpl; |
// END ALLOWED USAGE. |
// BEGIN USAGE THAT NEEDS TO BE FIXED. |