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 4c9b92e87b17a498d573521131492726a003d4ca..7ae01dac3a773dade7bfb5f0059692439a1b0830 100644 |
--- a/third_party/WebKit/Source/core/layout/LayoutText.h |
+++ b/third_party/WebKit/Source/core/layout/LayoutText.h |
@@ -181,6 +181,10 @@ public: |
float hyphenWidth(const Font&, TextDirection); |
+ void applyTextTransformFromTo(int from, int len, const ComputedStyle*); |
skobes
2016/09/15 19:04:36
Where did this come from?
lunalu1
2016/09/15 20:11:09
Done.
|
+ |
+ LayoutRect debugRect() const override; |
+ |
protected: |
void willBeDestroyed() override; |