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

Unified Diff: third_party/WebKit/Source/modules/modules.gypi

Issue 1866623002: Hook up CSSPaintValue::image to CSS Paint API callback. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: addressed comments + rebase. Created 4 years, 8 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/modules/modules.gypi
diff --git a/third_party/WebKit/Source/modules/modules.gypi b/third_party/WebKit/Source/modules/modules.gypi
index 9a3e3149f8bc0bd330d073db6f6d49fab6ba7d84..e4e19e26e77f58114f1e1496934317643c9779ea 100644
--- a/third_party/WebKit/Source/modules/modules.gypi
+++ b/third_party/WebKit/Source/modules/modules.gypi
@@ -43,6 +43,7 @@
'crypto/Crypto.idl',
'crypto/CryptoKey.idl',
'crypto/SubtleCrypto.idl',
+ 'csspaint/Geometry.idl',
'csspaint/PaintRenderingContext2D.idl',
'csspaint/PaintWorkletGlobalScope.idl',
'device_light/DeviceLightEvent.idl',
@@ -931,6 +932,9 @@
'crypto/WorkerGlobalScopeCrypto.h',
'csspaint/CSSPaintDefinition.cpp',
'csspaint/CSSPaintDefinition.h',
+ 'csspaint/CSSPaintImageGeneratorImpl.cpp',
+ 'csspaint/CSSPaintImageGeneratorImpl.h',
+ 'csspaint/Geometry.h',
'csspaint/PaintRenderingContext2D.cpp',
'csspaint/PaintRenderingContext2D.h',
'csspaint/PaintWorklet.cpp',
« no previous file with comments | « third_party/WebKit/Source/modules/csspaint/README.md ('k') | third_party/WebKit/Source/modules/worklet/Worklet.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698