| Index: third_party/WebKit/Source/core/paint/PrePaintTreeWalk.cpp
|
| diff --git a/third_party/WebKit/Source/core/paint/PrePaintTreeWalk.cpp b/third_party/WebKit/Source/core/paint/PrePaintTreeWalk.cpp
|
| index 2cbbf4478abe08512687b32786565c1cbb28831d..de39a5d41e74fd464e64ec46bf7c7bd58e124c73 100644
|
| --- a/third_party/WebKit/Source/core/paint/PrePaintTreeWalk.cpp
|
| +++ b/third_party/WebKit/Source/core/paint/PrePaintTreeWalk.cpp
|
| @@ -264,7 +264,7 @@ void PrePaintTreeWalk::walk(const LayoutObject& object,
|
|
|
| if (object.isLayoutPart()) {
|
| const LayoutPart& layoutPart = toLayoutPart(object);
|
| - FrameViewBase* frameViewBase = layoutPart.widget();
|
| + FrameViewBase* frameViewBase = layoutPart.frameViewBase();
|
| if (frameViewBase && frameViewBase->isFrameView()) {
|
| context.treeBuilderContext.current.paintOffset +=
|
| layoutPart.replacedContentRect().location() -
|
|
|