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

Unified Diff: ui/events/event.h

Issue 1027193003: Make MouseWheelEvent::UpdateForRootTransform() not scale the mouse wheel offset (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 5 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/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 70a269d967310083c0fc9e99ffc1a48a116f2874..6a27b0e91d8759ba158ff7a8b346da765924e97c 100644
--- a/ui/events/event.h
+++ b/ui/events/event.h
@@ -473,10 +473,6 @@ class EVENTS_EXPORT MouseWheelEvent : public MouseEvent {
int y_offset() const { return offset_.y(); }
const gfx::Vector2d& offset() const { return offset_; }
- // Overridden from LocatedEvent.
- void UpdateForRootTransform(
- const gfx::Transform& inverted_root_transform) override;
-
private:
gfx::Vector2d offset_;
};
« no previous file with comments | « no previous file | ui/events/event.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698