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

Unified Diff: third_party/WebKit/Source/core/dom/DocumentOrShadowRoot.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
« no previous file with comments | « third_party/WebKit/Source/core/dom/Document.idl ('k') | third_party/WebKit/Source/core/dom/Element.idl » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: third_party/WebKit/Source/core/dom/DocumentOrShadowRoot.idl
diff --git a/third_party/WebKit/Source/core/dom/DocumentOrShadowRoot.idl b/third_party/WebKit/Source/core/dom/DocumentOrShadowRoot.idl
index 676721575c83907eea7dc158a3581f2b7a0d7f4c..27ebc45a93bf0ebaaec908e24a7d045a429e4580 100644
--- a/third_party/WebKit/Source/core/dom/DocumentOrShadowRoot.idl
+++ b/third_party/WebKit/Source/core/dom/DocumentOrShadowRoot.idl
@@ -10,7 +10,7 @@
] interface DocumentOrShadowRoot {
// Selection API
// https://w3c.github.io/selection-api/#extensions-to-document-interface
- Selection? getSelection();
+ [Measure] Selection? getSelection();
// CSSOM View Module
// https://dev.w3.org/csswg/cssom-view/#extensions-to-the-document-interface
// TODO(foolip): The x and y arguments should be of type double.
@@ -20,7 +20,7 @@
[SameObject] readonly attribute StyleSheetList styleSheets;
// PointerLock API
// https://w3c.github.io/pointerlock/
- readonly attribute Element? pointerLockElement;
+ [Measure] readonly attribute Element? pointerLockElement;
// Fullscreen API
// https://fullscreen.spec.whatwg.org/
[RuntimeEnabled=FullscreenUnprefixed] readonly attribute Element? fullscreenElement;
« no previous file with comments | « third_party/WebKit/Source/core/dom/Document.idl ('k') | third_party/WebKit/Source/core/dom/Element.idl » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698