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

Unified Diff: ui/views/corewm/desktop_capture_controller_unittest.cc

Issue 128753002: Remove SetHostSize/Bounds from RootWindow in favor of just calling SetBounds() on host() (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: weirdness Created 6 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: ui/views/corewm/desktop_capture_controller_unittest.cc
diff --git a/ui/views/corewm/desktop_capture_controller_unittest.cc b/ui/views/corewm/desktop_capture_controller_unittest.cc
index c655ec8081c59e00cff807bffbfcd6096cd2a0e3..f08c4dbd90aeef30315fad344c9e8decb86652df 100644
--- a/ui/views/corewm/desktop_capture_controller_unittest.cc
+++ b/ui/views/corewm/desktop_capture_controller_unittest.cc
@@ -79,6 +79,7 @@ TEST_F(DesktopCaptureControllerTest, ResetMouseHandlers) {
EXPECT_TRUE(w2->HasCapture());
EXPECT_TRUE(w1_root->mouse_pressed_handler() == NULL);
EXPECT_TRUE(w1_root->mouse_moved_handler() == NULL);
+ w2->ReleaseCapture();
}
// Tests aura::Window capture and whether gesture events are sent to the window
« no previous file with comments | « ui/views/corewm/capture_controller_unittest.cc ('k') | ui/views/widget/desktop_aura/desktop_screen_position_client.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698