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

Unified Diff: third_party/WebKit/Source/core/dom/Range.idl

Issue 2526943002: Add use counters for lots of DOM APIs.
Patch Set: Add use counters for lots of DOM APIs. 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/dom/Range.idl
diff --git a/third_party/WebKit/Source/core/dom/Range.idl b/third_party/WebKit/Source/core/dom/Range.idl
index d5a85672ac1ec6e7e973e45927eb6904247b0264..80b77ee6d989466067c97132b8eb09f491f873f4 100644
--- a/third_party/WebKit/Source/core/dom/Range.idl
+++ b/third_party/WebKit/Source/core/dom/Range.idl
@@ -68,8 +68,8 @@
// https://dev.w3.org/csswg/cssom-view/#extensions-to-the-range-interface
// FIXME: getClientRect() and getBoundingClientRect() should
// return DOMRectList and DOMRect respectively.
- ClientRectList getClientRects();
- ClientRect getBoundingClientRect();
+ [Measure] ClientRectList getClientRects();
+ [Measure] ClientRect getBoundingClientRect();
// DOM Parsing and Serialization
// https://w3c.github.io/DOM-Parsing/#extensions-to-the-range-interface
« no previous file with comments | « third_party/WebKit/Source/core/dom/ProcessingInstruction.idl ('k') | third_party/WebKit/Source/core/dom/Text.idl » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698