| 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 c5b3b315221c31ecf67e689a596ba87c22b0587c..27aaa731ba0a0f7256bcd1791c872e1bc42d34d7 100644
|
| --- a/third_party/WebKit/Source/core/layout/LayoutEmbeddedObject.cpp
|
| +++ b/third_party/WebKit/Source/core/layout/LayoutEmbeddedObject.cpp
|
| @@ -135,7 +135,7 @@ void LayoutEmbeddedObject::layout() {
|
|
|
| updateLayerTransformAfterLayout();
|
|
|
| - FrameViewBase* frameViewBase = this->frameViewBase();
|
| + FrameViewBase* frameViewBase = this->pluginOrFrame();
|
| if (!frameViewBase && frameView())
|
| frameView()->addPartToUpdate(*this);
|
|
|
|
|