| 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 ae3e692e05cddc3df6f85c2c3db073722481f88d..4fca2522b41a5dc1e400a142ba38c9bde71e3f2e 100644
 | 
| --- a/third_party/WebKit/Source/core/layout/LayoutEmbeddedObject.cpp
 | 
| +++ b/third_party/WebKit/Source/core/layout/LayoutEmbeddedObject.cpp
 | 
| @@ -135,8 +135,8 @@ void LayoutEmbeddedObject::layout() {
 | 
|  
 | 
|    updateLayerTransformAfterLayout();
 | 
|  
 | 
| -  Widget* widget = this->widget();
 | 
| -  if (!widget && frameView())
 | 
| +  FrameViewBase* frameViewBase = this->widget();
 | 
| +  if (!frameViewBase && frameView())
 | 
|      frameView()->addPartToUpdate(*this);
 | 
|  
 | 
|    clearNeedsLayout();
 | 
| 
 |