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

Unified Diff: ash/wm/drag_window_resizer_unittest.cc

Issue 933053002: Remove unused MouseCursorEventFilter::was_mouse_warped_ (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 5 years, 10 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 | « ash/display/mouse_cursor_event_filter_unittest.cc ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ash/wm/drag_window_resizer_unittest.cc
diff --git a/ash/wm/drag_window_resizer_unittest.cc b/ash/wm/drag_window_resizer_unittest.cc
index b0044af477daaa66e70234b52b241429ca4fdb84..cfe72adb58b6a66db4772fee7a824b040ad75fc4 100644
--- a/ash/wm/drag_window_resizer_unittest.cc
+++ b/ash/wm/drag_window_resizer_unittest.cc
@@ -127,7 +127,6 @@ class DragWindowResizerTest : public test::AshTestBase {
Shell::GetInstance()->mouse_cursor_filter();
bool is_warped = event_filter->WarpMouseCursorIfNecessaryForTest(
target_root, point_in_screen);
- event_filter->reset_was_mouse_warped_for_test();
return is_warped;
}
« no previous file with comments | « ash/display/mouse_cursor_event_filter_unittest.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698