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 1ee0b5b1c8dbc38239af87f94b170b28fbcf759e..23357c67d69a9e8e33a61f7f1bd8c252eb1a106c 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. |