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

Unified Diff: content/renderer/input/main_thread_event_queue.h

Issue 2576013002: Introducing WebCoalescedInputEvent and inclusion in content/common (Closed)
Patch Set: Fix a few DCHECK hits Created 3 years, 11 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/renderer/input/main_thread_event_queue.h
diff --git a/content/renderer/input/main_thread_event_queue.h b/content/renderer/input/main_thread_event_queue.h
index daa73d96b38eeb27ea1830ef8e58068f4703b13d..8762fa5c2cb0fa0054c2505e1b01776ace770945 100644
--- a/content/renderer/input/main_thread_event_queue.h
+++ b/content/renderer/input/main_thread_event_queue.h
@@ -22,7 +22,7 @@ namespace content {
class EventWithDispatchType : public ScopedWebInputEventWithLatencyInfo {
public:
- EventWithDispatchType(ui::ScopedWebInputEvent event,
+ EventWithDispatchType(blink::WebScopedInputEvent event,
const ui::LatencyInfo& latency,
InputEventDispatchType dispatch_type);
~EventWithDispatchType();
@@ -120,7 +120,7 @@ class CONTENT_EXPORT MainThreadEventQueue
// Called once the compositor has handled |event| and indicated that it is
// a non-blocking event to be queued to the main thread.
- bool HandleEvent(ui::ScopedWebInputEvent event,
+ bool HandleEvent(blink::WebScopedInputEvent event,
const ui::LatencyInfo& latency,
InputEventDispatchType dispatch_type,
InputEventAckState ack_result);

Powered by Google App Engine
This is Rietveld 408576698