Index: third_party/WebKit/Source/core/html/TextMetrics.idl |
diff --git a/third_party/WebKit/Source/core/html/TextMetrics.idl b/third_party/WebKit/Source/core/html/TextMetrics.idl |
index 68b0ee4337ca93681c1e445f926b6aa838fcb310..9cc29bf446c306c5e18f0d5abf7452767bb47351 100644 |
--- a/third_party/WebKit/Source/core/html/TextMetrics.idl |
+++ b/third_party/WebKit/Source/core/html/TextMetrics.idl |
@@ -29,7 +29,7 @@ |
// TODO(foolip): Exposed=(Window,Worker) |
interface TextMetrics { |
// x-direction |
- readonly attribute float width; // advance width |
+ [Measure] readonly attribute float width; // advance width |
[RuntimeEnabled=ExperimentalCanvasFeatures] readonly attribute float actualBoundingBoxLeft; |
[RuntimeEnabled=ExperimentalCanvasFeatures] readonly attribute float actualBoundingBoxRight; |