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

Unified Diff: ui/base/events/event.h

Issue 13594009: Correct scale for touch radius & scroll offset ordinal (Closed) Base URL: http://git.chromium.org/chromium/src.git@master
Patch Set: Created 7 years, 9 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 | ui/base/events/event.cc » ('j') | ui/base/events/event.cc » ('J')
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ui/base/events/event.h
diff --git a/ui/base/events/event.h b/ui/base/events/event.h
index a040f9574b1ba9cebb02682d82633f383c200a2b..5b6e6d9678a3d7fa6b319a41fee50462354de044 100644
--- a/ui/base/events/event.h
+++ b/ui/base/events/event.h
@@ -495,7 +495,7 @@ class UI_EXPORT TouchEvent : public LocatedEvent {
// Overridden from LocatedEvent.
virtual void UpdateForRootTransform(
- const gfx::Transform& root_transform) OVERRIDE;
+ const gfx::Transform& inverted_root_transform) OVERRIDE;
protected:
void set_radius(float radius_x, float radius_y) {
« no previous file with comments | « no previous file | ui/base/events/event.cc » ('j') | ui/base/events/event.cc » ('J')

Powered by Google App Engine
This is Rietveld 408576698