| Index: ui/gl/gl_surface.cc
|
| diff --git a/ui/gl/gl_surface.cc b/ui/gl/gl_surface.cc
|
| index 3c4538e66ee4b755297839187eec74686f232def..f7859f5955002f12df0cf1ce342426fe50f4a071 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(
|
|
|