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

Side by Side Diff: ash/mus/test/wm_test_base.h

Issue 2613793002: Removes/promotes functions from WmWindowMus to WmWindowAura (Closed)
Patch Set: move WmWindowAuraTestApi to ash/test Created 3 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 unified diff | Download patch
« no previous file with comments | « ash/mus/non_client_frame_controller.cc ('k') | ash/mus/test/wm_test_base.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 2016 The Chromium Authors. All rights reserved. 1 // Copyright 2016 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 #ifndef ASH_MUS_TEST_WM_TEST_BASE_H_ 5 #ifndef ASH_MUS_TEST_WM_TEST_BASE_H_
6 #define ASH_MUS_TEST_WM_TEST_BASE_H_ 6 #define ASH_MUS_TEST_WM_TEST_BASE_H_
7 7
8 #include <memory> 8 #include <memory>
9 #include <string> 9 #include <string>
10 10
11 #include "ash/mus/bridge/wm_window_mus_test_api.h" 11 #include "ash/test/wm_window_aura_test_api.h"
12 #include "base/macros.h" 12 #include "base/macros.h"
13 #include "testing/gtest/include/gtest/gtest.h" 13 #include "testing/gtest/include/gtest/gtest.h"
14 #include "ui/display/display.h" 14 #include "ui/display/display.h"
15 #include "ui/wm/public/window_types.h" 15 #include "ui/wm/public/window_types.h"
16 16
17 namespace aura { 17 namespace aura {
18 class Window; 18 class Window;
19 } 19 }
20 20
21 namespace display { 21 namespace display {
(...skipping 56 matching lines...) Expand 10 before | Expand all | Expand 10 after
78 // testing::Test: 78 // testing::Test:
79 void SetUp() override; 79 void SetUp() override;
80 void TearDown() override; 80 void TearDown() override;
81 81
82 private: 82 private:
83 friend class AshTestImplMus; 83 friend class AshTestImplMus;
84 84
85 bool setup_called_ = false; 85 bool setup_called_ = false;
86 bool teardown_called_ = false; 86 bool teardown_called_ = false;
87 std::unique_ptr<ui::ScopedAnimationDurationScaleMode> zero_duration_mode_; 87 std::unique_ptr<ui::ScopedAnimationDurationScaleMode> zero_duration_mode_;
88 std::unique_ptr<WmWindowMusTestApi::GlobalMinimumSizeLock> minimum_size_lock_; 88 std::unique_ptr<WmWindowAuraTestApi::GlobalMinimumSizeLock>
89 minimum_size_lock_;
89 std::unique_ptr<WmTestHelper> test_helper_; 90 std::unique_ptr<WmTestHelper> test_helper_;
90 91
91 DISALLOW_COPY_AND_ASSIGN(WmTestBase); 92 DISALLOW_COPY_AND_ASSIGN(WmTestBase);
92 }; 93 };
93 94
94 } // namespace mus 95 } // namespace mus
95 } // namespace ash 96 } // namespace ash
96 97
97 #endif // ASH_MUS_TEST_WM_TEST_BASE_H_ 98 #endif // ASH_MUS_TEST_WM_TEST_BASE_H_
OLDNEW
« no previous file with comments | « ash/mus/non_client_frame_controller.cc ('k') | ash/mus/test/wm_test_base.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698