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

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

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/svg/graphics/filters/SVGFilterBuilder.cpp
diff --git a/third_party/WebKit/Source/core/svg/graphics/filters/SVGFilterBuilder.cpp b/third_party/WebKit/Source/core/svg/graphics/filters/SVGFilterBuilder.cpp
index 29928f7cc9fc3939f1f1539b0fd7fb8519cc39a0..df9985c2ad8ca98dc961968edf310ee2a04742ff 100644
--- a/third_party/WebKit/Source/core/svg/graphics/filters/SVGFilterBuilder.cpp
+++ b/third_party/WebKit/Source/core/svg/graphics/filters/SVGFilterBuilder.cpp
@@ -107,8 +107,8 @@ DEFINE_TRACE(SVGFilterGraphNodeMap) {
SVGFilterBuilder::SVGFilterBuilder(FilterEffect* sourceGraphic,
SVGFilterGraphNodeMap* nodeMap,
- const SkPaint* fillPaint,
- const SkPaint* strokePaint)
+ const PaintFlags* fillPaint,
+ const PaintFlags* strokePaint)
: m_nodeMap(nodeMap) {
FilterEffect* sourceGraphicRef = sourceGraphic;
m_builtinEffects.add(FilterInputKeywords::getSourceGraphic(),

Powered by Google App Engine
This is Rietveld 408576698