summaryrefslogtreecommitdiff
path: root/chromium/ui/ozone/platform/cast/gl_ozone_egl_cast.h
diff options
context:
space:
mode:
Diffstat (limited to 'chromium/ui/ozone/platform/cast/gl_ozone_egl_cast.h')
-rw-r--r--chromium/ui/ozone/platform/cast/gl_ozone_egl_cast.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/chromium/ui/ozone/platform/cast/gl_ozone_egl_cast.h b/chromium/ui/ozone/platform/cast/gl_ozone_egl_cast.h
index ace0cbc94ab..79bcfd833ca 100644
--- a/chromium/ui/ozone/platform/cast/gl_ozone_egl_cast.h
+++ b/chromium/ui/ozone/platform/cast/gl_ozone_egl_cast.h
@@ -32,7 +32,7 @@ class GLOzoneEglCast : public GLOzoneEGL {
gfx::AcceleratedWidget widget) override;
scoped_refptr<gl::GLSurface> CreateOffscreenGLSurface(
const gfx::Size& size) override;
- intptr_t GetNativeDisplay() override;
+ gl::EGLDisplayPlatform GetNativeDisplay() override;
bool LoadGLES2Bindings(gl::GLImplementation implementation) override;
intptr_t GetNativeWindow();