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

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

Issue 2873493002: Basic ScrollTimeline implementation for Animation Worklet (Closed)
Patch Set: Rebase Created 3 years, 6 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/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 728f46ec14d5909ef4d54b27e5adfe05b0c604e9..8656e4c4f683fecb28a939d4b3acaf09116c0968 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/Animation.idl",
"animation/AnimationTimeline.idl",
"animation/DocumentTimeline.idl",
+ "animation/ScrollTimeline.idl",
"clipboard/DataTransfer.idl",
"clipboard/DataTransferItemList.idl",
"css/CSS.idl",
@@ -508,6 +509,7 @@ core_dictionary_idl_files =
"animation/ComputedTimingProperties.idl",
"animation/KeyframeAnimationOptions.idl",
"animation/KeyframeEffectOptions.idl",
+ "animation/ScrollTimelineOptions.idl",
"css/FontFaceDescriptors.idl",
"css/FontFaceSetLoadEventInit.idl",
"css/MediaQueryListEventInit.idl",

Powered by Google App Engine
This is Rietveld 408576698