| Index: base/threading/thread_restrictions.h
|
| diff --git a/base/threading/thread_restrictions.h b/base/threading/thread_restrictions.h
|
| index 90d8433192c39902a87f45e605aed7cdc9ea2184..27974d18431723eb6229e94d6ee9203466d047d2 100644
|
| --- a/base/threading/thread_restrictions.h
|
| +++ b/base/threading/thread_restrictions.h
|
| @@ -65,6 +65,7 @@ class SyncCallRestrictions;
|
| namespace mus {
|
| class CommandBufferClientImpl;
|
| class CommandBufferLocal;
|
| +class GpuService;
|
| class GpuState;
|
| }
|
| namespace net {
|
| @@ -214,6 +215,7 @@ class BASE_EXPORT ThreadRestrictions {
|
| friend class mojo::SyncCallRestrictions;
|
| friend class mus::CommandBufferClientImpl;
|
| friend class mus::CommandBufferLocal;
|
| + friend class mus::GpuService; // http://crbug.com/620058
|
| friend class mus::GpuState;
|
|
|
| // END ALLOWED USAGE.
|
|
|