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

Unified Diff: ui/events/blink/web_input_event_traits.h

Issue 2734563002: Re-enable passthrough touch event queue. (Closed)
Patch Set: Created 3 years, 10 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/blink/web_input_event_traits.h
diff --git a/ui/events/blink/web_input_event_traits.h b/ui/events/blink/web_input_event_traits.h
index f28defb3fde288dc22d78b2d26e7cb9ea0ab764b..a654308c2d27d004dd5410aa4d2a85d2fe99ce53 100644
--- a/ui/events/blink/web_input_event_traits.h
+++ b/ui/events/blink/web_input_event_traits.h
@@ -28,7 +28,8 @@ class WebInputEventTraits {
static std::string ToString(const blink::WebInputEvent& event);
static size_t GetSize(blink::WebInputEvent::Type type);
static WebScopedInputEvent Clone(const blink::WebInputEvent& event);
- static bool ShouldBlockEventStream(const blink::WebInputEvent& event);
+ static bool ShouldBlockEventStream(const blink::WebInputEvent& event,
+ bool raf_aligned_touch_enabled);
static bool CanCauseScroll(const blink::WebMouseWheelEvent& event);

Powered by Google App Engine
This is Rietveld 408576698