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

Unified Diff: screen_locker_handler_test.cc

Issue 6902072: wm: Update a lot of code to use structs from geometry.h. (Closed) Base URL: ssh://gitrw.chromium.org:9222/window_manager.git@master
Patch Set: move override-redirect stacking and visibility into Window Created 9 years, 8 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 | « screen_locker_handler.cc ('k') | test_lib.h » ('j') | window.cc » ('J')
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: screen_locker_handler_test.cc
diff --git a/screen_locker_handler_test.cc b/screen_locker_handler_test.cc
index d9ba01df8a3f00527c52d2cccef03c5180cf8f5a..24d6832756395808b98375f3b21e36a53eac3320 100644
--- a/screen_locker_handler_test.cc
+++ b/screen_locker_handler_test.cc
@@ -110,7 +110,7 @@ TEST_F(ScreenLockerHandlerTest, BasicLock) {
// Now create a screen locker window.
XWindow screen_locker_xid =
- CreateBasicWindow(5, 5, wm_->width() - 5, wm_->height() - 5);
+ CreateBasicWindow(Rect(5, 5, wm_->width() - 5, wm_->height() - 5));
MockXConnection::WindowInfo* screen_locker_info =
xconn_->GetWindowInfoOrDie(screen_locker_xid);
wm_->wm_ipc()->SetWindowType(
« no previous file with comments | « screen_locker_handler.cc ('k') | test_lib.h » ('j') | window.cc » ('J')

Powered by Google App Engine
This is Rietveld 408576698