Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(656)

Unified Diff: third_party/WebKit/Source/core/paint/TextPainter.h

Issue 2416993002: Introduce support for text-decoration-skip: ink (Closed)
Patch Set: Created 4 years, 2 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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,

Powered by Google App Engine
This is Rietveld 408576698