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

Unified Diff: core/animation/AnimationEffectReadOnly.idl

Issue 1660113002: Updated to Chrome 45 (2454) moved from SVN to git. Base URL: https://github.com/dart-lang/webcore.git@roll_45
Patch Set: 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
« no previous file with comments | « core/animation/AnimationEffect.idl ('k') | core/animation/AnimationEffectTiming.idl » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: core/animation/AnimationEffectReadOnly.idl
diff --git a/core/inspector/InspectorOverlayHost.idl b/core/animation/AnimationEffectReadOnly.idl
similarity index 83%
copy from core/inspector/InspectorOverlayHost.idl
copy to core/animation/AnimationEffectReadOnly.idl
index 8fc701ba85328a0c52347dad4b26f0eb287aa4ff..06540d1d07e642d57b7598db9c0a91df194d9e44 100644
--- a/core/inspector/InspectorOverlayHost.idl
+++ b/core/animation/AnimationEffectReadOnly.idl
@@ -28,10 +28,13 @@
* OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
*/
+// https://w3c.github.io/web-animations/#the-animationeffectreadonly-interface
+
[
+ RuntimeEnabled=WebAnimationsAPI,
WillBeGarbageCollected,
- NoInterfaceObject
-] interface InspectorOverlayHost {
- void resume();
- void stepOver();
+ ImplementedAs=AnimationEffect,
+] interface AnimationEffectReadOnly {
+ readonly attribute AnimationEffectTiming timing;
+ readonly attribute ComputedTimingProperties computedTiming;
};
« no previous file with comments | « core/animation/AnimationEffect.idl ('k') | core/animation/AnimationEffectTiming.idl » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698