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

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

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.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 b1c8dc8bd90e1bddba9c36479721d48ed5f0bba9..43fe0eef6a173a7a16e47d33d96ac97719720b6e 100644
--- a/third_party/WebKit/Source/core/svg/graphics/filters/SVGFilterBuilder.h
+++ b/third_party/WebKit/Source/core/svg/graphics/filters/SVGFilterBuilder.h
@@ -23,14 +23,13 @@
#include "core/style/SVGComputedStyleDefs.h"
#include "platform/graphics/filters/FilterEffect.h"
+#include "platform/graphics/paint/PaintFlags.h"
#include "platform/heap/Handle.h"
#include "wtf/HashMap.h"
#include "wtf/HashSet.h"
#include "wtf/text/AtomicString.h"
#include "wtf/text/AtomicStringHash.h"
-class SkPaint;
-
namespace blink {
class FloatRect;
@@ -81,8 +80,8 @@ class SVGFilterBuilder {
public:
SVGFilterBuilder(FilterEffect* sourceGraphic,
SVGFilterGraphNodeMap* = nullptr,
- const SkPaint* fillPaint = nullptr,
- const SkPaint* strokePaint = nullptr);
+ const PaintFlags* fillPaint = nullptr,
+ const PaintFlags* strokePaint = nullptr);
void buildGraph(Filter*, SVGFilterElement&, const FloatRect&);

Powered by Google App Engine
This is Rietveld 408576698