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

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

Issue 2640983002: Rename paint data structures (Closed)
Patch Set: DrawingDisplayItem Created 3 years, 11 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/SVGInlineTextBoxPainter.h
diff --git a/third_party/WebKit/Source/core/paint/SVGInlineTextBoxPainter.h b/third_party/WebKit/Source/core/paint/SVGInlineTextBoxPainter.h
index 751cbfcb8f484b2cbd8f79a5d53b3a07c7777996..642b94785a68975583d9650fe6434870a29f7e1e 100644
--- a/third_party/WebKit/Source/core/paint/SVGInlineTextBoxPainter.h
+++ b/third_party/WebKit/Source/core/paint/SVGInlineTextBoxPainter.h
@@ -65,13 +65,13 @@ class SVGInlineTextBoxPainter {
bool setupTextPaint(const PaintInfo&,
const ComputedStyle&,
LayoutSVGResourceMode,
- SkPaint&);
+ PaintFlags&);
void paintText(const PaintInfo&,
TextRun&,
const SVGTextFragment&,
int startPosition,
int endPosition,
- const SkPaint&);
+ const PaintFlags&);
void paintText(const PaintInfo&,
const ComputedStyle&,
const ComputedStyle& selectionStyle,

Powered by Google App Engine
This is Rietveld 408576698