Index: third_party/WebKit/Source/core/layout/LayoutText.h |
diff --git a/third_party/WebKit/Source/core/layout/LayoutText.h b/third_party/WebKit/Source/core/layout/LayoutText.h |
index 2629e8c7b6fb01c9a14a8c8eb13126bdae526030..61526c7b94df1125e4519c10a7b8ca50e615d60a 100644 |
--- a/third_party/WebKit/Source/core/layout/LayoutText.h |
+++ b/third_party/WebKit/Source/core/layout/LayoutText.h |
@@ -181,6 +181,9 @@ public: |
float hyphenWidth(const Font&, TextDirection); |
void applyTextTransformFromTo(int from, int len, const ComputedStyle*); |
+ |
+ LayoutRect debugRect() const override; |
+ |
protected: |
void willBeDestroyed() override; |