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

Unified Diff: content/browser/renderer_host/render_widget_host_view_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: Use touch_id and add unittest 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: content/browser/renderer_host/render_widget_host_view_aura.h
diff --git a/content/browser/renderer_host/render_widget_host_view_aura.h b/content/browser/renderer_host/render_widget_host_view_aura.h
index 69fe661283393fdb0315cda39e74758e57cc291c..9f9ed2338f5efc4027abcf8f3814c0b881d913b6 100644
--- a/content/browser/renderer_host/render_widget_host_view_aura.h
+++ b/content/browser/renderer_host/render_widget_host_view_aura.h
@@ -364,6 +364,10 @@ class CONTENT_EXPORT RenderWidgetHostViewAura
}
const ui::MotionEventAura& pointer_state() const { return pointer_state_; }
+ // Reset unchange touch point to StateStationary for touchmove and
+ // touchcancel.
+ void SetTouchPointStateStationary(blink::WebTouchEvent* event, int touch_id);
jdduke (slow) 2015/05/08 02:20:32 If we need this let's go ahead and make it static.
+
private:
FRIEND_TEST_ALL_PREFIXES(RenderWidgetHostViewAuraTest,
PopupRetainsCaptureAfterMouseRelease);

Powered by Google App Engine
This is Rietveld 408576698