| Index: components/plugins/renderer/webview_plugin.cc
|
| diff --git a/components/plugins/renderer/webview_plugin.cc b/components/plugins/renderer/webview_plugin.cc
|
| index 329a10c795161f273e8616ed0e89cf4ec4668c44..9d2ac91d5956fb458eb892adb7650ec5dd9046f5 100644
|
| --- a/components/plugins/renderer/webview_plugin.cc
|
| +++ b/components/plugins/renderer/webview_plugin.cc
|
| @@ -175,7 +175,7 @@ void WebViewPlugin::updateGeometry(const WebRect& window_rect,
|
| }
|
|
|
| if (delegate_)
|
| - delegate_->OnUnobscuredSizeUpdate(gfx::Rect(unobscured_rect).size());
|
| + delegate_->OnUnobscuredRectUpdate(gfx::Rect(unobscured_rect));
|
| }
|
|
|
| void WebViewPlugin::updateFocus(bool focused, blink::WebFocusType focus_type) {
|
|
|