| Index: webkit/glue/webplugin_impl.cc
|
| ===================================================================
|
| --- webkit/glue/webplugin_impl.cc (revision 5778)
|
| +++ webkit/glue/webplugin_impl.cc (working copy)
|
| @@ -656,7 +656,7 @@
|
| delegate_->UpdateGeometry(
|
| webkit_glue::FromIntRect(window_rect),
|
| webkit_glue::FromIntRect(clip_rect), cutout_rects,
|
| - received_first_paint_notification_? visible_ : false);
|
| + windowless_ || received_first_paint_notification_ ? visible_ : false);
|
|
|
| // delegate_ can go away as a result of above call, so check it first.
|
| if (force_geometry_update_ && delegate_) {
|
|
|