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(); |
}; |