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

Unified Diff: third_party/WebKit/Source/core/animation/DocumentAnimation.idl

Issue 2572003003: NOT FOR SUBMIT: use counters for jdm@
Patch Set: Merge branch 'jdm-usecounters' into jdm-merge Created 4 years 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/animation/DocumentAnimation.idl
diff --git a/third_party/WebKit/Source/core/animation/DocumentAnimation.idl b/third_party/WebKit/Source/core/animation/DocumentAnimation.idl
index 197e1b0bc5b73c98a8c40adcdc088bf8cf0d8948..cac1cba49aba878007dbda4ee9c6c25db60703d2 100644
--- a/third_party/WebKit/Source/core/animation/DocumentAnimation.idl
+++ b/third_party/WebKit/Source/core/animation/DocumentAnimation.idl
@@ -7,5 +7,5 @@
[
RuntimeEnabled=WebAnimationsAPI,
] partial interface Document {
- readonly attribute DocumentTimeline timeline;
+ [Measure] readonly attribute DocumentTimeline timeline;
};

Powered by Google App Engine
This is Rietveld 408576698