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 f1b256714d50d7eb319b9d2f0698bb0433477fee..7ae01dac3a773dade7bfb5f0059692439a1b0830 100644 |
--- a/third_party/WebKit/Source/core/layout/LayoutText.h |
+++ b/third_party/WebKit/Source/core/layout/LayoutText.h |
@@ -182,6 +182,9 @@ public: |
float hyphenWidth(const Font&, TextDirection); |
void applyTextTransformFromTo(int from, int len, const ComputedStyle*); |
+ |
+ LayoutRect debugRect() const override; |
+ |
protected: |
void willBeDestroyed() override; |