| 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 4859011e00bf367b620dbdccc6627290b164f762..e44d8e731ba3b86b6695c56799881b85bdf7fc6b 100644
|
| --- a/third_party/WebKit/Source/core/layout/LayoutPart.h
|
| +++ b/third_party/WebKit/Source/core/layout/LayoutPart.h
|
| @@ -25,7 +25,7 @@
|
|
|
| #include "core/CoreExport.h"
|
| #include "core/layout/LayoutReplaced.h"
|
| -#include "platform/Widget.h"
|
| +#include "platform/FrameViewBase.h"
|
|
|
| namespace blink {
|
|
|
| @@ -48,7 +48,7 @@ class CORE_EXPORT LayoutPart : public LayoutReplaced {
|
| void ref() { ++m_refCount; }
|
| void deref();
|
|
|
| - Widget* widget() const;
|
| + FrameViewBase* widget() const;
|
|
|
| LayoutRect replacedContentRect() const final;
|
|
|
|
|