| Index: third_party/WebKit/Source/core/layout/FloatingObjects.h
|
| diff --git a/third_party/WebKit/Source/core/layout/FloatingObjects.h b/third_party/WebKit/Source/core/layout/FloatingObjects.h
|
| index 0fe4c6ef9b780f8d658c5f094b632a76648eaa22..3c9c4ff9cfc01b14f602c2bc1bdd6e68aa9d0fd7 100644
|
| --- a/third_party/WebKit/Source/core/layout/FloatingObjects.h
|
| +++ b/third_party/WebKit/Source/core/layout/FloatingObjects.h
|
| @@ -151,6 +151,7 @@ public:
|
| bool hasLeftObjects() const { return m_leftObjectsCount > 0; }
|
| bool hasRightObjects() const { return m_rightObjectsCount > 0; }
|
| const FloatingObjectSet& set() const { return m_set; }
|
| + FloatingObjectSet& mutableSet() { return m_set; }
|
| void clearLineBoxTreePointers();
|
|
|
| LayoutUnit logicalLeftOffset(LayoutUnit fixedOffset, LayoutUnit logicalTop, LayoutUnit logicalHeight);
|
|
|