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

Unified Diff: third_party/WebKit/Source/core/paint/FilterEffectBuilder.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/paint/FilterEffectBuilder.cpp
diff --git a/third_party/WebKit/Source/core/paint/FilterEffectBuilder.cpp b/third_party/WebKit/Source/core/paint/FilterEffectBuilder.cpp
index 7c862d840f9cd9fdde9d701dbab94b12405627fe..64e5a818c7d4492c502f195a502e1206211af549 100644
--- a/third_party/WebKit/Source/core/paint/FilterEffectBuilder.cpp
+++ b/third_party/WebKit/Source/core/paint/FilterEffectBuilder.cpp
@@ -123,8 +123,8 @@ Vector<float> sepiaMatrix(double amount) {
FilterEffectBuilder::FilterEffectBuilder(Node* target,
const FloatRect& zoomedReferenceBox,
float zoom,
- const SkPaint* fillPaint,
- const SkPaint* strokePaint)
+ const PaintFlags* fillPaint,
+ const PaintFlags* strokePaint)
: m_targetContext(target),
m_referenceBox(zoomedReferenceBox),
m_zoom(zoom),

Powered by Google App Engine
This is Rietveld 408576698