summaryrefslogtreecommitdiffstats
path: root/ui/gl/gl_surface.cc
diff options
context:
space:
mode:
Diffstat (limited to 'ui/gl/gl_surface.cc')
-rw-r--r--ui/gl/gl_surface.cc4
1 files changed, 2 insertions, 2 deletions
diff --git a/ui/gl/gl_surface.cc b/ui/gl/gl_surface.cc
index 92033fd..941b06b 100644
--- a/ui/gl/gl_surface.cc
+++ b/ui/gl/gl_surface.cc
@@ -182,7 +182,7 @@ VSyncProvider* GLSurface::GetVSyncProvider() {
bool GLSurface::ScheduleOverlayPlane(int z_order,
OverlayTransform transform,
- GLImage* image,
+ gl::GLImage* image,
const Rect& bounds_rect,
const RectF& crop_rect) {
NOTIMPLEMENTED();
@@ -320,7 +320,7 @@ VSyncProvider* GLSurfaceAdapter::GetVSyncProvider() {
bool GLSurfaceAdapter::ScheduleOverlayPlane(int z_order,
OverlayTransform transform,
- GLImage* image,
+ gl::GLImage* image,
const Rect& bounds_rect,
const RectF& crop_rect) {
return surface_->ScheduleOverlayPlane(