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

Side by Side Diff: ash/wm/default_container_layout_manager_unittest.cc

Issue 9035001: Move some more WM functionality down into ash. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src/
Patch Set: Created 9 years 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 unified diff | Download patch | Annotate | Revision Log
« no previous file with comments | « ash/wm/default_container_layout_manager.cc ('k') | ash/wm/modal_container_layout_manager.cc » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 // Copyright (c) 2011 The Chromium Authors. All rights reserved. 1 // Copyright (c) 2011 The Chromium Authors. All rights reserved.
2 // Use of this source code is governed by a BSD-style license that can be 2 // Use of this source code is governed by a BSD-style license that can be
3 // found in the LICENSE file. 3 // found in the LICENSE file.
4 4
5 #include "ui/aura_shell/default_container_layout_manager.h" 5 #include "ash/wm/default_container_layout_manager.h"
6 6
7 #include "ash/wm/workspace/workspace.h"
8 #include "ash/wm/workspace/workspace_manager.h"
9 #include "ash/wm/workspace_controller.h"
7 #include "base/basictypes.h" 10 #include "base/basictypes.h"
8 #include "base/compiler_specific.h" 11 #include "base/compiler_specific.h"
9 #include "base/memory/scoped_vector.h" 12 #include "base/memory/scoped_vector.h"
10 #include "ui/aura/client/aura_constants.h" 13 #include "ui/aura/client/aura_constants.h"
11 #include "ui/aura/root_window.h" 14 #include "ui/aura/root_window.h"
12 #include "ui/aura/screen_aura.h" 15 #include "ui/aura/screen_aura.h"
13 #include "ui/aura/test/aura_test_base.h" 16 #include "ui/aura/test/aura_test_base.h"
14 #include "ui/aura/window.h" 17 #include "ui/aura/window.h"
15 #include "ui/aura_shell/workspace/workspace.h"
16 #include "ui/aura_shell/workspace/workspace_manager.h"
17 #include "ui/aura_shell/workspace_controller.h"
18 #include "ui/base/ui_base_types.h" 18 #include "ui/base/ui_base_types.h"
19 #include "ui/views/widget/native_widget_aura.h" 19 #include "ui/views/widget/native_widget_aura.h"
20 20
21 namespace aura_shell { 21 namespace aura_shell {
22 namespace test { 22 namespace test {
23 23
24 namespace { 24 namespace {
25 25
26 using views::Widget; 26 using views::Widget;
27 using aura_shell::internal::DefaultContainerLayoutManager; 27 using aura_shell::internal::DefaultContainerLayoutManager;
(...skipping 304 matching lines...) Expand 10 before | Expand all | Expand 10 after
332 332
333 Restore(w1.get()); 333 Restore(w1.get());
334 // The following test does not pass due to crbug.com/102413. 334 // The following test does not pass due to crbug.com/102413.
335 // TODO(oshima): Re-enable this once the bug is fixed. 335 // TODO(oshima): Re-enable this once the bug is fixed.
336 // EXPECT_EQ(window_bounds.size().ToString(), 336 // EXPECT_EQ(window_bounds.size().ToString(),
337 // w1->GetTargetBounds().size().ToString()); 337 // w1->GetTargetBounds().size().ToString());
338 } 338 }
339 339
340 } // namespace test 340 } // namespace test
341 } // namespace aura_shell 341 } // namespace aura_shell
OLDNEW
« no previous file with comments | « ash/wm/default_container_layout_manager.cc ('k') | ash/wm/modal_container_layout_manager.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698