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

Unified Diff: third_party/WebKit/Source/platform/blink_platform.gypi

Issue 1543593002: Forward fill and stroke styles from 2d canvas to canvas filters (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Remove PaintFilterEffect::affectsTransparentPixels Created 4 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/platform/blink_platform.gypi
diff --git a/third_party/WebKit/Source/platform/blink_platform.gypi b/third_party/WebKit/Source/platform/blink_platform.gypi
index b974e62fdcd9893e23a678e0e73d2b92961bc3cd..c3f7e9ac2cae8f7c850f49830b233a09c05384b6 100644
--- a/third_party/WebKit/Source/platform/blink_platform.gypi
+++ b/third_party/WebKit/Source/platform/blink_platform.gypi
@@ -653,6 +653,8 @@
'graphics/filters/FilterOperations.h',
'graphics/filters/LightSource.cpp',
'graphics/filters/LightSource.h',
+ 'graphics/filters/PaintFilterEffect.cpp',
+ 'graphics/filters/PaintFilterEffect.h',
'graphics/filters/PointLightSource.cpp',
'graphics/filters/PointLightSource.h',
'graphics/filters/SkiaImageFilterBuilder.cpp',

Powered by Google App Engine
This is Rietveld 408576698