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

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

Issue 2576013002: Introducing WebCoalescedInputEvent and inclusion in content/common (Closed)
Patch Set: Fix a few DCHECK hits 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
Index: blimp/client/core/input/blimp_input_handler_wrapper.h
diff --git a/blimp/client/core/input/blimp_input_handler_wrapper.h b/blimp/client/core/input/blimp_input_handler_wrapper.h
index d3f2bb398899e49082669270dfef32b7b0872b66..b835171169b2af72e03c5678e513036e334d9b99 100644
--- a/blimp/client/core/input/blimp_input_handler_wrapper.h
+++ b/blimp/client/core/input/blimp_input_handler_wrapper.h
@@ -55,7 +55,7 @@ class BlimpInputHandlerWrapper : public ui::InputHandlerProxyClient {
void TransferActiveWheelFlingAnimation(
const blink::WebActiveWheelFlingParameters& params) override;
void DispatchNonBlockingEventToMainThread(
- ui::ScopedWebInputEvent event,
+ blink::WebScopedInputEvent event,
const ui::LatencyInfo& latency_info) override;
blink::WebGestureCurve* CreateFlingAnimationCurve(
blink::WebGestureDevice device_source,

Powered by Google App Engine
This is Rietveld 408576698