| Index: ui/gl/gl_context_cgl.h
|
| diff --git a/ui/gl/gl_context_cgl.h b/ui/gl/gl_context_cgl.h
|
| index beeb9f90a3a36232ba0af6237f056a610725ae34..456ea08c53f0ffaf3ee4a664486a98a4224077e5 100644
|
| --- a/ui/gl/gl_context_cgl.h
|
| +++ b/ui/gl/gl_context_cgl.h
|
| @@ -29,6 +29,7 @@ class GLContextCGL : public GLContextReal {
|
| void SetSwapInterval(int interval) override;
|
| bool GetTotalGpuMemory(size_t* bytes) override;
|
| void SetSafeToForceGpuSwitch() override;
|
| + bool ForceGpuSwitchIfNeeded() override;
|
|
|
| protected:
|
| ~GLContextCGL() override;
|
|
|