summaryrefslogtreecommitdiffstats
path: root/components/plugins/renderer/webview_plugin.h
diff options
context:
space:
mode:
Diffstat (limited to 'components/plugins/renderer/webview_plugin.h')
-rw-r--r--components/plugins/renderer/webview_plugin.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/components/plugins/renderer/webview_plugin.h b/components/plugins/renderer/webview_plugin.h
index 20fa038..713ed659 100644
--- a/components/plugins/renderer/webview_plugin.h
+++ b/components/plugins/renderer/webview_plugin.h
@@ -88,7 +88,7 @@ class WebViewPlugin : public blink::WebPlugin,
v8::Local<v8::Object> v8ScriptableObject(v8::Isolate* isolate) override;
- void layoutIfNeeded() override;
+ void updateAllLifecyclePhases() override;
void paint(blink::WebCanvas* canvas, const blink::WebRect& rect) override;
// Coordinates are relative to the containing window.