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

Unified Diff: third_party/WebKit/Source/core/dom/Touch.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/dom/Touch.idl
diff --git a/third_party/WebKit/Source/core/dom/Touch.idl b/third_party/WebKit/Source/core/dom/Touch.idl
index 064cadcc60592f7b815823b7b290f0f90d2e6aa4..ae27a2e4193ac4c7dddef5ef174f6f3d57d6151d 100644
--- a/third_party/WebKit/Source/core/dom/Touch.idl
+++ b/third_party/WebKit/Source/core/dom/Touch.idl
@@ -37,12 +37,12 @@
readonly attribute double clientY;
readonly attribute double pageX;
readonly attribute double pageY;
- readonly attribute float radiusX;
- readonly attribute float radiusY;
- readonly attribute float rotationAngle;
- readonly attribute float force;
+ [Measure] readonly attribute float radiusX;
+ [Measure] readonly attribute float radiusY;
+ [Measure] readonly attribute float rotationAngle;
+ [Measure] readonly attribute float force;
// Canvas Hit Regions
// https://html.spec.whatwg.org/multipage/scripting.html#Touch-partial
- [RuntimeEnabled=ExperimentalCanvasFeatures] readonly attribute DOMString? region;
+ [Measure, RuntimeEnabled=ExperimentalCanvasFeatures] readonly attribute DOMString? region;
};
« no previous file with comments | « third_party/WebKit/Source/core/dom/Text.idl ('k') | third_party/WebKit/Source/core/dom/URLUtilsReadOnly.idl » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698