| Index: ui/gl/gl_surface_overlay.cc
|
| diff --git a/ui/gl/gl_surface_overlay.cc b/ui/gl/gl_surface_overlay.cc
|
| index e683c10fbd91da33368b1e37372f24d20bddc4b5..299e4a80d5ad502b53570b55b2af130bd57f449d 100644
|
| --- a/ui/gl/gl_surface_overlay.cc
|
| +++ b/ui/gl/gl_surface_overlay.cc
|
| @@ -23,6 +23,8 @@ GLSurfaceOverlay::GLSurfaceOverlay(int z_order,
|
| bounds_rect_(bounds_rect),
|
| crop_rect_(crop_rect) {}
|
|
|
| +GLSurfaceOverlay::GLSurfaceOverlay(const GLSurfaceOverlay& other) = default;
|
| +
|
| GLSurfaceOverlay::~GLSurfaceOverlay() {}
|
|
|
| bool GLSurfaceOverlay::ScheduleOverlayPlane(AcceleratedWidget widget) const {
|
|
|