| Index: ui/gl/gl_context_cgl.h
|
| diff --git a/ui/gl/gl_context_cgl.h b/ui/gl/gl_context_cgl.h
|
| index bad2e3aff0b4468fb56f53763de9e88c9a927559..b76f5991cfa37b25f2f3dd3771efaa185fbed71a 100644
|
| --- a/ui/gl/gl_context_cgl.h
|
| +++ b/ui/gl/gl_context_cgl.h
|
| @@ -30,6 +30,8 @@ class GLContextCGL : public GLContext {
|
| virtual void SetSwapInterval(int interval) OVERRIDE;
|
| virtual bool GetTotalGpuMemory(size_t* bytes) OVERRIDE;
|
|
|
| + static GL_EXPORT void ForceCGLSetVirtualScreen();
|
| +
|
| protected:
|
| virtual ~GLContextCGL();
|
|
|
|
|