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

Unified Diff: ui/events/gestures/motion_event_aura.h

Issue 1120293003: Make sure send one WebTouchEvent ack per ui::TouchEvent (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: put in RenderWidgetHostViewAura Created 5 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
Index: ui/events/gestures/motion_event_aura.h
diff --git a/ui/events/gestures/motion_event_aura.h b/ui/events/gestures/motion_event_aura.h
index a094c03c9113e188e7b0239655f928931163273d..54636fb880657e74360ce8e91ddae8391db3af68 100644
--- a/ui/events/gestures/motion_event_aura.h
+++ b/ui/events/gestures/motion_event_aura.h
@@ -34,11 +34,12 @@ class EVENTS_EXPORT MotionEventAura : public MotionEventGeneric {
// book-keeping.
void CleanupRemovedTouchPoints(const TouchEvent& event);
+ int GetIndexFromId(int id) const;
+
private:
void AddTouch(const TouchEvent& touch);
void UpdateTouch(const TouchEvent& touch);
void UpdateCachedAction(const TouchEvent& touch);
- int GetIndexFromId(int id) const;
DISALLOW_COPY_AND_ASSIGN(MotionEventAura);
};

Powered by Google App Engine
This is Rietveld 408576698