| Index: components/plugins/renderer/webview_plugin.h
|
| diff --git a/components/plugins/renderer/webview_plugin.h b/components/plugins/renderer/webview_plugin.h
|
| index 4f86b6d4279508e0932d0580918641731dadbe39..a703816b83bf84c4334892a2d340f043932e7148 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.
|
|
|