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

Unified Diff: Source/core/dom/Touch.idl

Issue 1149233003: Exposed unprefixed Touch.rotationAngle to web. (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Created 5 years, 7 months 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 | « LayoutTests/webexposed/global-interface-listing-expected.txt ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/core/dom/Touch.idl
diff --git a/Source/core/dom/Touch.idl b/Source/core/dom/Touch.idl
index 4966a1ac7511cec330a1557f8e0d1a82fab00f7b..198f1ff4ee63d251377fc41c64c02a8e57185797 100644
--- a/Source/core/dom/Touch.idl
+++ b/Source/core/dom/Touch.idl
@@ -42,7 +42,7 @@
// http://rawgit.com/w3c/touch-events/master/touchevents.html#touch-interface
readonly attribute float radiusX;
readonly attribute float radiusY;
- // readonly attribute float rotationAngle;
+ readonly attribute float rotationAngle;
readonly attribute float force;
// Non-standard APIs
« no previous file with comments | « LayoutTests/webexposed/global-interface-listing-expected.txt ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698