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

Unified Diff: content/common/input/web_input_event_traits.h

Issue 44983003: Events ignoring ack disposition receive synthetic acks. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Add test for single synchronous ack. 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/common/input/web_input_event_traits.h
diff --git a/content/common/input/web_input_event_traits.h b/content/common/input/web_input_event_traits.h
index dba5f9c926ec966f4ded7223393737f31d1d4603..59f193b10a2baa35c89b1cece678d6739b2768c3 100644
--- a/content/common/input/web_input_event_traits.h
+++ b/content/common/input/web_input_event_traits.h
@@ -22,6 +22,7 @@ class WebInputEventTraits {
const WebKit::WebInputEvent& event);
static void Coalesce(const WebKit::WebInputEvent& event_to_coalesce,
WebKit::WebInputEvent* event);
+ static bool IgnoresAckDisposition(WebKit::WebInputEvent::Type type);
};
} // namespace content

Powered by Google App Engine
This is Rietveld 408576698