| 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 e19d3466670bc9761d8beb648eca660d2e109b37..54cc8902f412b279808b4bef7fec408d54ec2c5d 100644
|
| --- a/third_party/WebKit/Source/core/layout/LayoutEmbeddedObject.cpp
|
| +++ b/third_party/WebKit/Source/core/layout/LayoutEmbeddedObject.cpp
|
| @@ -138,8 +138,7 @@ void LayoutEmbeddedObject::UpdateLayout() {
|
|
|
| UpdateLayerTransformAfterLayout();
|
|
|
| - FrameViewBase* frame_view_base = this->PluginOrFrame();
|
| - if (!frame_view_base && GetFrameView())
|
| + if (!GetFrameOrPlugin() && GetFrameView())
|
| GetFrameView()->AddPartToUpdate(*this);
|
|
|
| ClearNeedsLayout();
|
|
|