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

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

Issue 1272603003: Sync TouchEvent interfaces with the latest editors draft spec (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Added todos for constructors Created 5 years, 4 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 | « no previous file | Source/core/dom/TouchList.idl » ('j') | 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 72bc53c014f2faed07bcb375e446193bee3f61cf..7834ef768045811575817d63b81de8283f20e03d 100644
--- a/Source/core/dom/Touch.idl
+++ b/Source/core/dom/Touch.idl
@@ -23,7 +23,9 @@
* OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
*/
-// http://rawgit.com/w3c/touch-events/v1-errata/touchevents.html#touch-interface
+// https://w3c.github.io/touch-events/#touch-interface
+
+// TODO(rbyers): Touch should have a constructor. http://crbug.com/508675
[
WillBeGarbageCollected,
@@ -36,9 +38,6 @@
readonly attribute double clientY;
readonly attribute double pageX;
readonly attribute double pageY;
-
- // Touch Events Extensions
- // http://rawgit.com/w3c/touch-events/master/touchevents.html#touch-interface
readonly attribute float radiusX;
readonly attribute float radiusY;
readonly attribute float rotationAngle;
« no previous file with comments | « no previous file | Source/core/dom/TouchList.idl » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698