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

Unified Diff: third_party/WebKit/Source/core/paint/SVGPaintContext.cpp

Issue 2640983002: Rename paint data structures (Closed)
Patch Set: Re-add ios changes 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/SVGPaintContext.cpp
diff --git a/third_party/WebKit/Source/core/paint/SVGPaintContext.cpp b/third_party/WebKit/Source/core/paint/SVGPaintContext.cpp
index cc83b514471d14e942883e0c04633ff53089ecfa..8b29508ef0279cc8dba82277bbb402dfcba21f9b 100644
--- a/third_party/WebKit/Source/core/paint/SVGPaintContext.cpp
+++ b/third_party/WebKit/Source/core/paint/SVGPaintContext.cpp
@@ -234,7 +234,7 @@ bool SVGPaintContext::paintForLayoutObject(
const ComputedStyle& style,
const LayoutObject& layoutObject,
LayoutSVGResourceMode resourceMode,
- SkPaint& paint,
+ PaintFlags& paint,
const AffineTransform* additionalPaintServerTransform) {
if (paintInfo.isRenderingClipPathAsMaskImage()) {
if (resourceMode == ApplyToStrokeMode)

Powered by Google App Engine
This is Rietveld 408576698