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

Unified Diff: ui/aura/event.h

Issue 10383249: touch: Make sure the correct radius values are used for touch events. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: non-zero-scale Created 8 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 | « content/browser/renderer_host/web_input_event_aurax11.cc ('k') | ui/aura/event.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ui/aura/event.h
diff --git a/ui/aura/event.h b/ui/aura/event.h
index e9cc7e841ed7dfcb2028b3712066ff13d3eb5d34..c3fa7229702aa44d9aa966f262c9bac9dbd3a30a 100644
--- a/ui/aura/event.h
+++ b/ui/aura/event.h
@@ -230,10 +230,10 @@ class AURA_EXPORT TouchEvent : public LocatedEvent,
// for each separable additional touch that the hardware can detect.
const int touch_id_;
- // Radius of the X (major) axis of the touch ellipse. 1.0 if unknown.
+ // Radius of the X (major) axis of the touch ellipse. 0.0 if unknown.
float radius_x_;
- // Radius of the Y (minor) axis of the touch ellipse. 1.0 if unknown.
+ // Radius of the Y (minor) axis of the touch ellipse. 0.0 if unknown.
float radius_y_;
// Angle of the major axis away from the X axis. Default 0.0.
« no previous file with comments | « content/browser/renderer_host/web_input_event_aurax11.cc ('k') | ui/aura/event.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698