Chromium Code Reviews| 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 8ed17f9b29b72282a3601d98206f445c20f57112..4405980c7d2edfeb0b9b3070c43f7485c6515fcb 100644 |
| --- a/blimp/client/core/input/blimp_input_handler_wrapper.cc |
| +++ b/blimp/client/core/input/blimp_input_handler_wrapper.cc |
| @@ -93,6 +93,15 @@ void BlimpInputHandlerWrapper::TransferActiveWheelFlingAnimation( |
| << "Transferring Fling Animations to the engine is not supported"; |
| } |
| +void BlimpInputHandlerWrapper::DispatchNonBlockingEventToMainThread( |
| + ui::ScopedWebInputEvent event, |
| + const ui::LatencyInfo& latency_info) { |
| + DCHECK(compositor_thread_checker_.CalledOnValidThread()); |
|
Wez
2016/09/20 20:24:24
Let's DCHECK the assumption that this is only hand
dtapuska
2016/09/20 21:14:01
Done.
|
| + |
| + NOTIMPLEMENTED() |
| + << "Dispatching Non Blocking Events to the engine is not supported"; |
| +} |
| + |
| blink::WebGestureCurve* BlimpInputHandlerWrapper::CreateFlingAnimationCurve( |
| blink::WebGestureDevice device_source, |
| const blink::WebFloatPoint& velocity, |