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

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

Issue 2640983002: Rename paint data structures (Closed)
Patch Set: Clean up comments, fix mac build 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 0ac0f2230a4db7fdc488b11f04062ec7ce3081ea..af9eef423d0598d7292f3eeeca4094d230fe918c 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