| 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 0b58bd98bdea51645ede7b13ef30645d8d04fbd9..653a6741a9a2ba52c5405c83c34a9c32672e0bf0 100644
|
| --- a/third_party/WebKit/Source/core/paint/TextPainter.h
|
| +++ b/third_party/WebKit/Source/core/paint/TextPainter.h
|
| @@ -54,6 +54,7 @@ class CORE_EXPORT TextPainter {
|
| bool horizontal,
|
| GraphicsContextStateSaver&);
|
|
|
| + void clipDecorationsStripe(float upper, float stripeWidth, float dilation);
|
| void paint(unsigned startOffset,
|
| unsigned endOffset,
|
| unsigned length,
|
|
|