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

Unified Diff: ui/events/event.h

Issue 25373005: Do not transform scroll event ordinal values (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Oops... fix unittest again due to magnifier .. Created 7 years, 2 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 | « ash/display/root_window_transformers_unittest.cc ('k') | ui/events/event.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ui/events/event.h
diff --git a/ui/events/event.h b/ui/events/event.h
index 464d9833281e824a89d6ef6b924d588eac38370e..e63b595edcff8298feff4d55d742214bfb031117 100644
--- a/ui/events/event.h
+++ b/ui/events/event.h
@@ -635,10 +635,6 @@ class EVENTS_EXPORT ScrollEvent : public MouseEvent {
float y_offset_ordinal() const { return y_offset_ordinal_; }
int finger_count() const { return finger_count_; }
- // Overridden from LocatedEvent.
- virtual void UpdateForRootTransform(
- const gfx::Transform& inverted_root_transform) OVERRIDE;
-
private:
// Potential accelerated offsets.
float x_offset_;
« no previous file with comments | « ash/display/root_window_transformers_unittest.cc ('k') | ui/events/event.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698