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

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

Issue 2479023003: Remove is_fling flag for fling intervention (Closed)
Patch Set: Make enum explicitly Created 4 years, 1 month 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_handler_wrapper.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.h
diff --git a/blimp/client/core/input/blimp_input_handler_wrapper.h b/blimp/client/core/input/blimp_input_handler_wrapper.h
index b4d0197921923508716f1bfb13d696e0f84be6a1..d3f2bb398899e49082669270dfef32b7b0872b66 100644
--- a/blimp/client/core/input/blimp_input_handler_wrapper.h
+++ b/blimp/client/core/input/blimp_input_handler_wrapper.h
@@ -65,7 +65,6 @@ class BlimpInputHandlerWrapper : public ui::InputHandlerProxyClient {
const gfx::Vector2dF& latest_overscroll_delta,
const gfx::Vector2dF& current_fling_velocity,
const gfx::PointF& causal_event_viewport_point) override;
- void DidStartFlinging() override;
void DidStopFlinging() override;
void DidAnimateForInput() override;
« no previous file with comments | « no previous file | blimp/client/core/input/blimp_input_handler_wrapper.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698