| Index: third_party/WebKit/Source/core/paint/TextPainter.h
|
| diff --git a/third_party/WebKit/Source/core/paint/TextPainter.h b/third_party/WebKit/Source/core/paint/TextPainter.h
|
| index d9bd1d3a0cb043e7b3c9eae8235dcbc805af1e54..48a87e9f4b2c2c1a0c0184cfebf8b6fb3cd9c8ee 100644
|
| --- a/third_party/WebKit/Source/core/paint/TextPainter.h
|
| +++ b/third_party/WebKit/Source/core/paint/TextPainter.h
|
| @@ -53,6 +53,7 @@ class CORE_EXPORT TextPainter {
|
| bool horizontal,
|
| GraphicsContextStateSaver&);
|
|
|
| + void clipDecorationsStripe(float upper, float stripeWidth, float dilation);
|
| void paint(unsigned startOffset,
|
| unsigned endOffset,
|
| unsigned length,
|
|
|