| Index: third_party/WebKit/Source/core/layout/LayoutBox.h
|
| diff --git a/third_party/WebKit/Source/core/layout/LayoutBox.h b/third_party/WebKit/Source/core/layout/LayoutBox.h
|
| index a8e98dfe7b5b82f3bf635a83bfac83fc9bcc4272..eaf9d7b966fde6ce720d236b14cd6d6a23c28d6d 100644
|
| --- a/third_party/WebKit/Source/core/layout/LayoutBox.h
|
| +++ b/third_party/WebKit/Source/core/layout/LayoutBox.h
|
| @@ -849,7 +849,7 @@ public:
|
| LayoutRect logicalLayoutOverflowRectForPropagation(const ComputedStyle&) const;
|
| LayoutRect layoutOverflowRectForPropagation(const ComputedStyle&) const;
|
|
|
| - bool hasOverflowModel() const { return m_overflow; }
|
| + bool hasOverflowModel() const { return m_overflow.get(); }
|
| bool hasVisualOverflow() const { return m_overflow && !borderBoxRect().contains(m_overflow->visualOverflowRect()); }
|
|
|
| virtual bool needsPreferredWidthsRecalculation() const;
|
|
|