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

Unified Diff: blimp/client/feature/compositor/blimp_input_handler_wrapper.cc

Issue 2363553004: Fix build breakage from f9743ba418f7c50e0d0aae830a01669d42ea0eb2 (Closed)
Patch Set: Created 4 years, 3 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 | « blimp/client/feature/compositor/blimp_input_handler_wrapper.h ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: blimp/client/feature/compositor/blimp_input_handler_wrapper.cc
diff --git a/blimp/client/feature/compositor/blimp_input_handler_wrapper.cc b/blimp/client/feature/compositor/blimp_input_handler_wrapper.cc
index 9f24ec8590cdd32d1d1ee371dd46f6bff30ffbe3..93abc7bce5bd7fcc87311d4a09d443ac413792b1 100644
--- a/blimp/client/feature/compositor/blimp_input_handler_wrapper.cc
+++ b/blimp/client/feature/compositor/blimp_input_handler_wrapper.cc
@@ -89,6 +89,16 @@ blink::WebGestureCurve* BlimpInputHandlerWrapper::CreateFlingAnimationCurve(
false /* on_main_thread */).release();
}
+void BlimpInputHandlerWrapper::DispatchNonBlockingEventToMainThread(
+ ui::ScopedWebInputEvent event,
+ const ui::LatencyInfo& latency_info) {
+ DCHECK(compositor_thread_checker_.CalledOnValidThread());
+ DCHECK_EQ(event->type, blink::WebInputEvent::MouseWheel);
+
+ NOTIMPLEMENTED()
+ << "Dispatching Non Blocking Events to the engine is not supported";
+}
+
void BlimpInputHandlerWrapper::DidOverscroll(
const gfx::Vector2dF& accumulated_overscroll,
const gfx::Vector2dF& latest_overscroll_delta,
« no previous file with comments | « blimp/client/feature/compositor/blimp_input_handler_wrapper.h ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698