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

Unified Diff: ui/views/events/event_aura.cc

Issue 10829262: views: Remove dependency on ui::TouchEvent/GestureEvent from views. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: . Created 8 years, 4 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 | « ui/views/events/event.cc ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ui/views/events/event_aura.cc
diff --git a/ui/views/events/event_aura.cc b/ui/views/events/event_aura.cc
index 7513148b415e5356acbf62b273853d875074dc95..ae3f5ff92605704a83503be41258462d396e500a 100644
--- a/ui/views/events/event_aura.cc
+++ b/ui/views/events/event_aura.cc
@@ -56,9 +56,4 @@ GestureEvent::GestureEvent(const NativeEvent& event)
details_(static_cast<ui::GestureEventImpl*>(event)->details()) {
}
-int GestureEvent::GetLowestTouchId() const {
- return native_event() ? static_cast<ui::GestureEventImpl*>(
- native_event())->GetLowestTouchId() : 0;
-}
-
} // namespace views
« no previous file with comments | « ui/views/events/event.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698