| 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 0b18d58a276779cfdaf67f43dda3cb9dd19044b4..88698c66e3efd0e0ea9609d883026391e41bfe40 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(
|
| ui::ScopedWebInputEvent 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";
|
|
|