| Index: third_party/WebKit/Source/core/layout/LayoutEmbeddedObject.cpp
|
| diff --git a/third_party/WebKit/Source/core/layout/LayoutEmbeddedObject.cpp b/third_party/WebKit/Source/core/layout/LayoutEmbeddedObject.cpp
|
| index a60df869c8d06488197bb815a35fb020ded16b91..1bd98107c1fb05fa6932ff584045ac8eae7731d8 100644
|
| --- a/third_party/WebKit/Source/core/layout/LayoutEmbeddedObject.cpp
|
| +++ b/third_party/WebKit/Source/core/layout/LayoutEmbeddedObject.cpp
|
| @@ -138,8 +138,8 @@ void LayoutEmbeddedObject::GetLayout() {
|
|
|
| UpdateLayerTransformAfterLayout();
|
|
|
| - FrameViewBase* frame_view_base = this->PluginOrFrame();
|
| - if (!frame_view_base && GetFrameView())
|
| + FrameOrPlugin* frame_or_plugin = GetFrameOrPlugin();
|
| + if (!frame_or_plugin && GetFrameView())
|
| GetFrameView()->AddPartToUpdate(*this);
|
|
|
| ClearNeedsLayout();
|
|
|