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

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

Issue 245833002: Implement async touchmove dispatch during scroll (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Cleanup Created 6 years, 8 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/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 9751fc088cbfe34fcb0d9b0e4a663542fdd20980..7aad3b2ac3d845a616b090a5dd71d28d04ce4c8e 100644
--- a/content/common/input/web_input_event_traits.h
+++ b/content/common/input/web_input_event_traits.h
@@ -23,6 +23,7 @@ class CONTENT_EXPORT WebInputEventTraits {
static void Coalesce(const blink::WebInputEvent& event_to_coalesce,
blink::WebInputEvent* event);
static bool IgnoresAckDisposition(blink::WebInputEvent::Type type);
Rick Byers 2014/04/22 14:52:59 Can we get rid of this type-only version (to avoid
jdduke (slow) 2014/04/23 19:57:41 I think we can. There's one place that still uses
+ static bool IgnoresAckDisposition(const blink::WebInputEvent& event);
};
} // namespace content

Powered by Google App Engine
This is Rietveld 408576698