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

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

Issue 2523673004: [NOT FOR COMMIT] Fully replace SkCanvas uses.
Patch Set: Support Android build. Created 4 years 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 50983454ec466f3d9f9fceecdcbb001a39025aa7..0920191f738e85943a4747df0282a3cbbae2162b 100644
--- a/third_party/WebKit/Source/core/paint/SVGInlineTextBoxPainter.h
+++ b/third_party/WebKit/Source/core/paint/SVGInlineTextBoxPainter.h
@@ -7,6 +7,7 @@
#include "core/style/ComputedStyleConstants.h"
#include "core/layout/svg/LayoutSVGResourcePaintServer.h"
+#include "skia/ext/cdl_common.h"
#include "wtf/Allocator.h"
namespace blink {
@@ -65,13 +66,13 @@ class SVGInlineTextBoxPainter {
bool setupTextPaint(const PaintInfo&,
const ComputedStyle&,
LayoutSVGResourceMode,
- SkPaint&);
+ CdlPaint&);
void paintText(const PaintInfo&,
TextRun&,
const SVGTextFragment&,
int startPosition,
int endPosition,
- const SkPaint&);
+ const CdlPaint&);
void paintText(const PaintInfo&,
const ComputedStyle&,
const ComputedStyle& selectionStyle,

Powered by Google App Engine
This is Rietveld 408576698