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

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

Issue 2523673004: [NOT FOR COMMIT] Fully replace SkCanvas uses.
Patch Set: Support Android build. Created 4 years 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..b0a73a9d04d67587ebfa43d2cd085a4fe2f78cc4 100644
--- a/third_party/WebKit/Source/core/svg/graphics/filters/SVGFilterBuilder.h
+++ b/third_party/WebKit/Source/core/svg/graphics/filters/SVGFilterBuilder.h
@@ -24,13 +24,12 @@
#include "core/style/SVGComputedStyleDefs.h"
#include "platform/graphics/filters/FilterEffect.h"
#include "platform/heap/Handle.h"
+#include "skia/ext/cdl_common.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 CdlPaint* fillPaint = nullptr,
+ const CdlPaint* strokePaint = nullptr);
void buildGraph(Filter*, SVGFilterElement&, const FloatRect&);

Powered by Google App Engine
This is Rietveld 408576698