| Index: ui/gl/gl_surface_overlay.cc
|
| diff --git a/ui/gl/gl_surface_overlay.cc b/ui/gl/gl_surface_overlay.cc
|
| index 4e5dd056139ff018fb819431da59e7fc3d77d4cc..0d399aec54b2426b4c495a01da1fd759795157c2 100644
|
| --- a/ui/gl/gl_surface_overlay.cc
|
| +++ b/ui/gl/gl_surface_overlay.cc
|
| @@ -29,6 +29,7 @@ GLSurfaceOverlay::~GLSurfaceOverlay() {}
|
|
|
| bool GLSurfaceOverlay::ScheduleOverlayPlane(
|
| gfx::AcceleratedWidget widget) const {
|
| + image_->Flush();
|
| return image_->ScheduleOverlayPlane(widget, z_order_, transform_,
|
| bounds_rect_, crop_rect_);
|
| }
|
|
|