| Index: ui/gl/gl_surface.cc
|
| diff --git a/ui/gl/gl_surface.cc b/ui/gl/gl_surface.cc
|
| index d29f94452cacf3cf09ee7136447dc207394899e1..33d6e90b3459f5f9f5644e6abebce300050c071b 100644
|
| --- a/ui/gl/gl_surface.cc
|
| +++ b/ui/gl/gl_surface.cc
|
| @@ -189,6 +189,16 @@ bool GLSurface::ScheduleOverlayPlane(int z_order,
|
| return false;
|
| }
|
|
|
| +bool GLSurface::ScheduleCALayer(gl::GLImage* contents_image,
|
| + const RectF& contents_rect,
|
| + float opacity,
|
| + unsigned background_color,
|
| + const SizeF& bounds_size,
|
| + const gfx::Transform& transform) {
|
| + NOTIMPLEMENTED();
|
| + return false;
|
| +}
|
| +
|
| bool GLSurface::IsSurfaceless() const {
|
| return false;
|
| }
|
|
|