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

Unified Diff: blimp/client/core/input/blimp_input_handler_wrapper.cc

Issue 2573073003: Collapse the API surface on WebInputEvent via accessor functions. (Closed)
Patch Set: Fix nits 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
« no previous file with comments | « no previous file | blimp/client/core/input/blimp_input_manager.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: blimp/client/core/input/blimp_input_handler_wrapper.cc
diff --git a/blimp/client/core/input/blimp_input_handler_wrapper.cc b/blimp/client/core/input/blimp_input_handler_wrapper.cc
index e2b893109bebc34c054ca5dac39213e35480edfb..3bc549c87c035a13be9f3773ba3ccb8b3f515283 100644
--- a/blimp/client/core/input/blimp_input_handler_wrapper.cc
+++ b/blimp/client/core/input/blimp_input_handler_wrapper.cc
@@ -101,7 +101,7 @@ void BlimpInputHandlerWrapper::DispatchNonBlockingEventToMainThread(
blink::WebScopedInputEvent event,
const ui::LatencyInfo& latency_info) {
DCHECK(compositor_thread_checker_.CalledOnValidThread());
- DCHECK_EQ(event->type, blink::WebInputEvent::MouseWheel);
+ DCHECK_EQ(event->type(), blink::WebInputEvent::MouseWheel);
NOTIMPLEMENTED()
<< "Dispatching Non Blocking Events to the engine is not supported";
« no previous file with comments | « no previous file | blimp/client/core/input/blimp_input_manager.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698