| Index: ui/gl/gl_image_glx.cc
|
| diff --git a/ui/gl/gl_image_glx.cc b/ui/gl/gl_image_glx.cc
|
| index 7de0ab5fa7fe1149ec3b58b38b1ac3e0afcd009e..2152cfea3f65dfec682424e16423942313155008 100644
|
| --- a/ui/gl/gl_image_glx.cc
|
| +++ b/ui/gl/gl_image_glx.cc
|
| @@ -190,6 +190,10 @@ void GLImageGLX::ReleaseTexImage(unsigned target) {
|
| glXReleaseTexImageEXT(gfx::GetXDisplay(), glx_pixmap_, GLX_FRONT_LEFT_EXT);
|
| }
|
|
|
| +bool GLImageGLX::CopyTexImage(unsigned target) {
|
| + return false;
|
| +}
|
| +
|
| bool GLImageGLX::ScheduleOverlayPlane(gfx::AcceleratedWidget widget,
|
| int z_order,
|
| OverlayTransform transform,
|
|
|