Index: third_party/WebKit/Source/core/timing/PerformanceLongTaskTiming.idl |
diff --git a/third_party/WebKit/Source/modules/compositorworker/WindowAnimationWorklet.idl b/third_party/WebKit/Source/core/timing/PerformanceLongTaskTiming.idl |
similarity index 51% |
copy from third_party/WebKit/Source/modules/compositorworker/WindowAnimationWorklet.idl |
copy to third_party/WebKit/Source/core/timing/PerformanceLongTaskTiming.idl |
index a708fe9d584602804241d0e8390453ab54af643d..6a01208bfb619af9aa059cb19a3e90962715d3a6 100644 |
--- a/third_party/WebKit/Source/modules/compositorworker/WindowAnimationWorklet.idl |
+++ b/third_party/WebKit/Source/core/timing/PerformanceLongTaskTiming.idl |
@@ -2,8 +2,8 @@ |
// Use of this source code is governed by a BSD-style license that can be |
// found in the LICENSE file. |
+// https://github.com/spanicker/longtasks |
[ |
- RuntimeEnabled=CompositorWorker, |
-] partial interface Window { |
- readonly attribute Worklet animationWorklet; |
+ RuntimeEnabled=LongTaskObserver // Experimental flag |
+] interface PerformanceLongTaskTiming : PerformanceEntry { |
}; |