| Index: third_party/WebKit/Source/core/layout/LayoutPart.h
|
| diff --git a/third_party/WebKit/Source/core/layout/LayoutPart.h b/third_party/WebKit/Source/core/layout/LayoutPart.h
|
| index 42ae6cf5cfd6a07da47ea0155c3be11c20b9f5e3..83b49cbd8d6033422f22a0f9e4ec4db1ed748142 100644
|
| --- a/third_party/WebKit/Source/core/layout/LayoutPart.h
|
| +++ b/third_party/WebKit/Source/core/layout/LayoutPart.h
|
| @@ -48,7 +48,7 @@ class CORE_EXPORT LayoutPart : public LayoutReplaced {
|
| void ref() { ++m_refCount; }
|
| void deref();
|
|
|
| - FrameViewBase* widget() const;
|
| + FrameViewBase* frameViewBase() const;
|
|
|
| LayoutRect replacedContentRect() const final;
|
|
|
|
|