| Index: mojo/public/cpp/bindings/sync_call_restrictions.h
|
| diff --git a/mojo/public/cpp/bindings/sync_call_restrictions.h b/mojo/public/cpp/bindings/sync_call_restrictions.h
|
| index dccd73095193d5463e2f0c99fc7b36251648fc49..63c1d0011af80ed5c547c561c9133aaeaa8e1e6a 100644
|
| --- a/mojo/public/cpp/bindings/sync_call_restrictions.h
|
| +++ b/mojo/public/cpp/bindings/sync_call_restrictions.h
|
| @@ -17,6 +17,7 @@
|
|
|
| namespace ui {
|
| class GpuService;
|
| +class MojoGpuMemoryBufferManager;
|
| }
|
|
|
| namespace views {
|
| @@ -52,6 +53,7 @@ class MOJO_CPP_BINDINGS_EXPORT SyncCallRestrictions {
|
| // DO NOT ADD ANY OTHER FRIEND STATEMENTS, talk to mojo/OWNERS first.
|
| // BEGIN ALLOWED USAGE.
|
| friend class ui::GpuService; // http://crbug.com/620058
|
| + friend class ui::MojoGpuMemoryBufferManager;
|
| // END ALLOWED USAGE.
|
|
|
| // BEGIN USAGE THAT NEEDS TO BE FIXED.
|
|
|