| 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 d5e0e4f892f6c42ff5c564204ebdbc137dbe0f15..d0fe337618dc3f59d94861d236496c76834e8adb 100644
|
| --- a/third_party/WebKit/Source/core/layout/LayoutBox.h
|
| +++ b/third_party/WebKit/Source/core/layout/LayoutBox.h
|
| @@ -1116,6 +1116,8 @@ private:
|
| void addSnapArea(const LayoutBox&);
|
| void removeSnapArea(const LayoutBox&);
|
|
|
| + LayoutRect debugRect() const override;
|
| +
|
| protected:
|
| // The logical width of the element if it were to break its lines at every
|
| // possible opportunity.
|
|
|