Chromium Code Reviews| Index: ui/gl/gl_bindings.h |
| diff --git a/ui/gl/gl_bindings.h b/ui/gl/gl_bindings.h |
| index 55432fa816069baa4b970e6797b943836b5f0f6c..a93ca0dc3399980a9809c343e735f96cf84954f1 100644 |
| --- a/ui/gl/gl_bindings.h |
| +++ b/ui/gl/gl_bindings.h |
| @@ -387,6 +387,7 @@ struct GL_EXPORT DriverEGL { |
| ExtensionsEGL ext; |
| private: |
| + friend class RealEGLApi; |
|
no sievers
2015/06/08 22:26:35
I think you should just make the functions public
David Yen
2015/06/09 20:43:15
Done.
|
| static std::string GetPlatformExtensions(); |
| static std::string GetClientExtensions(); |
| }; |