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

Unified Diff: content/browser/renderer_host/input/immediate_input_router.h

Issue 44983003: Events ignoring ack disposition receive synthetic acks. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: jdduke comments. Created 7 years, 1 month 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/input/immediate_input_router.h
diff --git a/content/browser/renderer_host/input/immediate_input_router.h b/content/browser/renderer_host/input/immediate_input_router.h
index 0c6a71a6d7cdd97e5d7e185db12536f974a9a040..56e4987c5f42e7c35cd1ae4a830d490060ecd43e 100644
--- a/content/browser/renderer_host/input/immediate_input_router.h
+++ b/content/browser/renderer_host/input/immediate_input_router.h
@@ -130,6 +130,7 @@ private:
RENDERER,
CLIENT,
OVERSCROLL_CONTROLLER,
+ IGNORING_DISPOSITION,
ACK_SOURCE_NONE
};
// Note: This function may result in |this| being deleted, and as such

Powered by Google App Engine
This is Rietveld 408576698