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

Unified Diff: content/renderer/mus/compositor_mus_connection_unittest.cc

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
Index: content/renderer/mus/compositor_mus_connection_unittest.cc
diff --git a/content/renderer/mus/compositor_mus_connection_unittest.cc b/content/renderer/mus/compositor_mus_connection_unittest.cc
index 236bbe33ec41afefe67b3bdd75b784280037a143..a260d5501caaaa18bbd7c7d8f165d83aee1de6db 100644
--- a/content/renderer/mus/compositor_mus_connection_unittest.cc
+++ b/content/renderer/mus/compositor_mus_connection_unittest.cc
@@ -131,7 +131,6 @@ class TestInputHandlerManagerClient
void UnregisterRoutingID(int routing_id) override {}
void DidOverscroll(int routing_id,
const ui::DidOverscrollParams& params) override {}
- void DidStartFlinging(int routing_id) override {}
void DidStopFlinging(int routing_id) override {}
void DispatchNonBlockingEventToMainThread(
int routing_id,
« no previous file with comments | « content/renderer/input/main_thread_event_queue_unittest.cc ('k') | content/renderer/render_widget_unittest.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698