| Index: ui/gl/gl_context_cgl.h
|
| diff --git a/ui/gl/gl_context_cgl.h b/ui/gl/gl_context_cgl.h
|
| index 456ea08c53f0ffaf3ee4a664486a98a4224077e5..88813b39cc197b298ec4a34889a5fb003067aa8b 100644
|
| --- a/ui/gl/gl_context_cgl.h
|
| +++ b/ui/gl/gl_context_cgl.h
|
| @@ -26,7 +26,7 @@ class GLContextCGL : public GLContextReal {
|
| void ReleaseCurrent(GLSurface* surface) override;
|
| bool IsCurrent(GLSurface* surface) override;
|
| void* GetHandle() override;
|
| - void SetSwapInterval(int interval) override;
|
| + void OnSetSwapInterval(int interval) override;
|
| bool GetTotalGpuMemory(size_t* bytes) override;
|
| void SetSafeToForceGpuSwitch() override;
|
| bool ForceGpuSwitchIfNeeded() override;
|
|
|