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

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

Issue 2240473002: Give MainThreadEventQueue a mutable WebInputEvent. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Add reset Created 4 years, 4 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/event_with_latency_info.h
diff --git a/content/common/input/event_with_latency_info.h b/content/common/input/event_with_latency_info.h
index b9ee6a48bc43d72e32e7ba5323fd65e06a98cede..cd22dc8aa9526bfea11c9994d290581503575613 100644
--- a/content/common/input/event_with_latency_info.h
+++ b/content/common/input/event_with_latency_info.h
@@ -37,7 +37,7 @@ void CONTENT_EXPORT Coalesce(const blink::WebGestureEvent& event_to_coalesce,
class ScopedWebInputEventWithLatencyInfo {
public:
- ScopedWebInputEventWithLatencyInfo(const blink::WebInputEvent&,
+ ScopedWebInputEventWithLatencyInfo(const ScopedWebInputEvent,
dtapuska 2016/08/12 13:29:29 Why does this signature differ from the implementa
tdresser 2016/08/12 16:31:54 Whoops. Done.
const ui::LatencyInfo&);
~ScopedWebInputEventWithLatencyInfo();
« no previous file with comments | « no previous file | content/common/input/event_with_latency_info.cc » ('j') | content/renderer/input/main_thread_event_queue.h » ('J')

Powered by Google App Engine
This is Rietveld 408576698