| Index: ui/gl/gl_surface_overlay.h
|
| diff --git a/ui/gl/gl_surface_overlay.h b/ui/gl/gl_surface_overlay.h
|
| index df6923ab6db1baf8dbb5c212b9bdf7051450ae4f..240d90b8d27bf9e6c61678dac026f4846b7b3dce 100644
|
| --- a/ui/gl/gl_surface_overlay.h
|
| +++ b/ui/gl/gl_surface_overlay.h
|
| @@ -23,6 +23,7 @@ class GLSurfaceOverlay {
|
| gl::GLImage* image,
|
| const Rect& bounds_rect,
|
| const RectF& crop_rect);
|
| + GLSurfaceOverlay(const GLSurfaceOverlay& other);
|
| ~GLSurfaceOverlay();
|
|
|
| // Schedule the image as an overlay plane to be shown at swap time for
|
|
|