| Index: content/renderer/npapi/webplugin_impl.cc
|
| diff --git a/content/renderer/npapi/webplugin_impl.cc b/content/renderer/npapi/webplugin_impl.cc
|
| index c5a53027ea0181275fb55527282a64fbc26a7a64..2ad057c9c8352f6427bd8d1d60e12e7269669824 100644
|
| --- a/content/renderer/npapi/webplugin_impl.cc
|
| +++ b/content/renderer/npapi/webplugin_impl.cc
|
| @@ -167,7 +167,7 @@ bool WebPluginImpl::getFormValue(blink::WebString& value) {
|
| return true;
|
| }
|
|
|
| -void WebPluginImpl::layoutIfNeeded() {
|
| +void WebPluginImpl::updateAllLifecyclePhases() {
|
| if (!container_)
|
| return;
|
|
|
|
|