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.cc5
1 files changed, 0 insertions, 5 deletions
diff --git a/components/plugins/renderer/webview_plugin.cc b/components/plugins/renderer/webview_plugin.cc
index 2869a77..995ff09 100644
--- a/components/plugins/renderer/webview_plugin.cc
+++ b/components/plugins/renderer/webview_plugin.cc
@@ -283,11 +283,6 @@ void WebViewPlugin::didInvalidateRect(const WebRect& rect) {
container_->invalidateRect(rect);
}
-void WebViewPlugin::didUpdateLayoutSize(const WebSize&) {
- if (container_)
- container_->setNeedsLayout();
-}
-
void WebViewPlugin::didChangeCursor(const WebCursorInfo& cursor) {
current_cursor_ = cursor;
}