summaryrefslogtreecommitdiff
path: root/chromium/ui/gl/gl_context_egl.h
diff options
context:
space:
mode:
Diffstat (limited to 'chromium/ui/gl/gl_context_egl.h')
-rw-r--r--chromium/ui/gl/gl_context_egl.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/chromium/ui/gl/gl_context_egl.h b/chromium/ui/gl/gl_context_egl.h
index ce18596b67d..0a95c783e10 100644
--- a/chromium/ui/gl/gl_context_egl.h
+++ b/chromium/ui/gl/gl_context_egl.h
@@ -29,11 +29,11 @@ class GL_EXPORT GLContextEGL : public GLContextReal {
// Implement GLContext.
bool Initialize(GLSurface* compatible_surface,
const GLContextAttribs& attribs) override;
- bool MakeCurrent(GLSurface* surface) override;
+ bool MakeCurrentImpl(GLSurface* surface) override;
void ReleaseCurrent(GLSurface* surface) override;
bool IsCurrent(GLSurface* surface) override;
void* GetHandle() override;
- unsigned int CheckStickyGraphicsResetStatus() override;
+ unsigned int CheckStickyGraphicsResetStatusImpl() override;
void SetUnbindFboOnMakeCurrent() override;
YUVToRGBConverter* GetYUVToRGBConverter(
const gfx::ColorSpace& color_space) override;