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

Unified Diff: ash/wm/system_modal_container_layout_manager_unittest.cc

Issue 11117012: ash: Fix event processing in modal windows in login/lock screen. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 8 years, 2 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
« ash/root_window_controller.cc ('K') | « ash/wm/shelf_layout_manager.cc ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ash/wm/system_modal_container_layout_manager_unittest.cc
diff --git a/ash/wm/system_modal_container_layout_manager_unittest.cc b/ash/wm/system_modal_container_layout_manager_unittest.cc
index 90a6a19258252cf45443543322fe7df00f7ef7a2..bea55eeca05cac9c2316ff8b990450ec5580bc84 100644
--- a/ash/wm/system_modal_container_layout_manager_unittest.cc
+++ b/ash/wm/system_modal_container_layout_manager_unittest.cc
@@ -39,7 +39,7 @@ bool AllRootWindowsHaveModalBackgrounds() {
controllers.begin();
iter != controllers.end(); ++iter) {
has_modal_screen &=
- (*iter)->GetSystemModalLayoutManager()->has_modal_background();
+ (*iter)->GetSystemModalLayoutManager(NULL)->has_modal_background();
}
return has_modal_screen;
}
« ash/root_window_controller.cc ('K') | « ash/wm/shelf_layout_manager.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698