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

Unified Diff: third_party/WebCore/dom/Touch.idl

Issue 10837033: Roll IDL to multivm@733 (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Created 8 years, 5 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 | « third_party/WebCore/dom/PropertyNodeList.idl ('k') | third_party/WebCore/dom/WebKitNamedFlow.idl » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: third_party/WebCore/dom/Touch.idl
diff --git a/third_party/WebCore/dom/Touch.idl b/third_party/WebCore/dom/Touch.idl
index d2937b34e06bd897e596f0dc983e8753dd20ec80..634a45c831d6cea42e15390d5722bd24ddd16983 100644
--- a/third_party/WebCore/dom/Touch.idl
+++ b/third_party/WebCore/dom/Touch.idl
@@ -36,8 +36,8 @@ module events {
readonly attribute long pageY;
readonly attribute EventTarget target;
readonly attribute unsigned long identifier;
- readonly attribute int webkitRadiusX;
- readonly attribute int webkitRadiusY;
+ readonly attribute long webkitRadiusX;
+ readonly attribute long webkitRadiusY;
readonly attribute float webkitRotationAngle;
readonly attribute float webkitForce;
};
« no previous file with comments | « third_party/WebCore/dom/PropertyNodeList.idl ('k') | third_party/WebCore/dom/WebKitNamedFlow.idl » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698