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

Unified Diff: third_party/WebKit/Source/core/core_idl_files.gni

Issue 2873493002: Basic ScrollTimeline implementation for Animation Worklet (Closed)
Patch Set: address reviewer nits Created 3 years, 5 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
« no previous file with comments | « third_party/WebKit/Source/core/animation/ScrollTimelineOptions.idl ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: third_party/WebKit/Source/core/core_idl_files.gni
diff --git a/third_party/WebKit/Source/core/core_idl_files.gni b/third_party/WebKit/Source/core/core_idl_files.gni
index a7fec9f7f9cfa5139866faccc7f1cc09614aeeaf..5a76b17dbf8e9966623a93f4934b2b09f0ec74d7 100644
--- a/third_party/WebKit/Source/core/core_idl_files.gni
+++ b/third_party/WebKit/Source/core/core_idl_files.gni
@@ -34,6 +34,7 @@ core_idl_files = get_path_info([
"animation/DocumentTimeline.idl",
"animation/KeyframeEffect.idl",
"animation/KeyframeEffectReadOnly.idl",
+ "animation/ScrollTimeline.idl",
"clipboard/DataTransfer.idl",
"clipboard/DataTransferItemList.idl",
"css/CSS.idl",
@@ -511,6 +512,7 @@ core_dictionary_idl_files =
"animation/DocumentTimelineOptions.idl",
"animation/KeyframeAnimationOptions.idl",
"animation/KeyframeEffectOptions.idl",
+ "animation/ScrollTimelineOptions.idl",
"css/FontFaceDescriptors.idl",
"css/FontFaceSetLoadEventInit.idl",
"css/MediaQueryListEventInit.idl",
« no previous file with comments | « third_party/WebKit/Source/core/animation/ScrollTimelineOptions.idl ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698