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

Unified Diff: third_party/WebKit/Source/core/svg/graphics/filters/SVGFilterBuilder.h

Issue 2716203002: blink: Fix cc/paint skia type mismatches (Closed)
Patch Set: Fix canvas Created 3 years, 10 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/svg/graphics/filters/SVGFilterBuilder.h
diff --git a/third_party/WebKit/Source/core/svg/graphics/filters/SVGFilterBuilder.h b/third_party/WebKit/Source/core/svg/graphics/filters/SVGFilterBuilder.h
index a64245053cae2c867aec976bc0ef3b15b7dd82c9..62c36fab06c75737485a7e426968d9735df39d64 100644
--- a/third_party/WebKit/Source/core/svg/graphics/filters/SVGFilterBuilder.h
+++ b/third_party/WebKit/Source/core/svg/graphics/filters/SVGFilterBuilder.h
@@ -80,8 +80,8 @@ class SVGFilterBuilder {
public:
SVGFilterBuilder(FilterEffect* sourceGraphic,
SVGFilterGraphNodeMap* = nullptr,
- const PaintFlags* fillPaint = nullptr,
- const PaintFlags* strokePaint = nullptr);
+ const PaintFlags* fillFlags = nullptr,
+ const PaintFlags* strokeFlags = nullptr);
void buildGraph(Filter*, SVGFilterElement&, const FloatRect&);

Powered by Google App Engine
This is Rietveld 408576698