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

Unified Diff: ui/aura/window_event_dispatcher.h

Issue 2869823003: [VSync Queue] Plug touch ack to gesture events and flush vsync queue if necessary (Closed)
Patch Set: Use seperate bool for set_non_blocking Created 3 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: ui/aura/window_event_dispatcher.h
diff --git a/ui/aura/window_event_dispatcher.h b/ui/aura/window_event_dispatcher.h
index fad430eed2f14b3713ab996b138b189cc75da4a8..fd998c3683a51f29aa9ae47629dfec05514d912c 100644
--- a/ui/aura/window_event_dispatcher.h
+++ b/ui/aura/window_event_dispatcher.h
@@ -92,7 +92,8 @@ class AURA_EXPORT WindowEventDispatcher : public ui::EventProcessor,
// space, in DIPs.
virtual void ProcessedTouchEvent(uint32_t unique_event_id,
Window* window,
- ui::EventResult result);
+ ui::EventResult result,
+ bool is_source_touch_event_set_non_blocking);
// These methods are used to defer the processing of mouse/touch events
// related to resize. A client (typically a RenderWidgetHostViewAura) can call

Powered by Google App Engine
This is Rietveld 408576698