| Index: third_party/WebKit/Source/core/layout/LayoutBlockFlow.h
|
| diff --git a/third_party/WebKit/Source/core/layout/LayoutBlockFlow.h b/third_party/WebKit/Source/core/layout/LayoutBlockFlow.h
|
| index 02673059b9ffd60d60c5c51aba21e5e71c505f4c..d45ad3a01583b5bdd77126baa85b30290c376f6c 100644
|
| --- a/third_party/WebKit/Source/core/layout/LayoutBlockFlow.h
|
| +++ b/third_party/WebKit/Source/core/layout/LayoutBlockFlow.h
|
| @@ -718,8 +718,7 @@
|
| return m_floatingObjects.get();
|
| }
|
|
|
| - static void updateAncestorShouldPaintFloatingObject(
|
| - const LayoutBox& floatBox);
|
| + static void setAncestorShouldPaintFloatingObject(const LayoutBox& floatBox);
|
|
|
| protected:
|
| LayoutUnit maxPositiveMarginBefore() const {
|
|
|