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

Unified Diff: third_party/WebKit/Source/core/frame/ImageBitmap.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/frame/ImageBitmap.idl
diff --git a/third_party/WebKit/Source/core/frame/ImageBitmap.idl b/third_party/WebKit/Source/core/frame/ImageBitmap.idl
index 02222ba2faae9ec12603bdecce3654538d7368e3..8010d4c40f32470985d6eabc3f3bb79397211cc0 100644
--- a/third_party/WebKit/Source/core/frame/ImageBitmap.idl
+++ b/third_party/WebKit/Source/core/frame/ImageBitmap.idl
@@ -7,7 +7,7 @@
[
Exposed=(Window,Worker),
] interface ImageBitmap {
- readonly attribute unsigned long width;
- readonly attribute unsigned long height;
- void close();
+ [Measure] readonly attribute unsigned long width;
+ [Measure] readonly attribute unsigned long height;
+ [Measure] void close();
};
« no previous file with comments | « third_party/WebKit/Source/core/frame/External.idl ('k') | third_party/WebKit/Source/core/frame/NavigatorCPU.idl » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698