summaryrefslogtreecommitdiffstats
path: root/components/plugins/renderer/webview_plugin.cc
diff options
context:
space:
mode:
Diffstat (limited to 'components/plugins/renderer/webview_plugin.cc')
-rw-r--r--components/plugins/renderer/webview_plugin.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/components/plugins/renderer/webview_plugin.cc b/components/plugins/renderer/webview_plugin.cc
index 329a10c7..9d2ac91 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) {