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

Side by Side Diff: ui/aura/test/aura_test_base.cc

Issue 2824103004: mus: Adds WindowManagerDelegate::OnWmConnected() (Closed)
Patch Set: Created 3 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 unified diff | Download patch
« no previous file with comments | « ui/aura/test/aura_test_base.h ('k') | ui/aura/test/mus/window_tree_client_private.h » ('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) 2012 The Chromium Authors. All rights reserved. 1 // Copyright (c) 2012 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/test/aura_test_base.h" 5 #include "ui/aura/test/aura_test_base.h"
6 6
7 #include "ui/aura/client/window_parenting_client.h" 7 #include "ui/aura/client/window_parenting_client.h"
8 #include "ui/aura/mus/property_utils.h" 8 #include "ui/aura/mus/property_utils.h"
9 #include "ui/aura/mus/window_tree_client.h" 9 #include "ui/aura/mus/window_tree_client.h"
10 #include "ui/aura/mus/window_tree_host_mus.h" 10 #include "ui/aura/mus/window_tree_host_mus.h"
(...skipping 139 matching lines...) Expand 10 before | Expand all | Expand 10 after
150 150
151 void AuraTestBase::OnEmbedRootDestroyed(WindowTreeHostMus* window_tree_host) {} 151 void AuraTestBase::OnEmbedRootDestroyed(WindowTreeHostMus* window_tree_host) {}
152 152
153 void AuraTestBase::OnLostConnection(WindowTreeClient* client) {} 153 void AuraTestBase::OnLostConnection(WindowTreeClient* client) {}
154 154
155 void AuraTestBase::OnPointerEventObserved(const ui::PointerEvent& event, 155 void AuraTestBase::OnPointerEventObserved(const ui::PointerEvent& event,
156 Window* target) {} 156 Window* target) {}
157 157
158 void AuraTestBase::SetWindowManagerClient(WindowManagerClient* client) {} 158 void AuraTestBase::SetWindowManagerClient(WindowManagerClient* client) {}
159 159
160 void AuraTestBase::OnWmConnected() {}
161
160 void AuraTestBase::OnWmSetBounds(Window* window, const gfx::Rect& bounds) {} 162 void AuraTestBase::OnWmSetBounds(Window* window, const gfx::Rect& bounds) {}
161 163
162 bool AuraTestBase::OnWmSetProperty( 164 bool AuraTestBase::OnWmSetProperty(
163 Window* window, 165 Window* window,
164 const std::string& name, 166 const std::string& name,
165 std::unique_ptr<std::vector<uint8_t>>* new_data) { 167 std::unique_ptr<std::vector<uint8_t>>* new_data) {
166 return true; 168 return true;
167 } 169 }
168 170
169 void AuraTestBase::OnWmSetModalType(Window* window, ui::ModalType type) {} 171 void AuraTestBase::OnWmSetModalType(Window* window, ui::ModalType type) {}
(...skipping 80 matching lines...) Expand 10 before | Expand all | Expand 10 after
250 252
251 AuraTestBaseMus::~AuraTestBaseMus() {} 253 AuraTestBaseMus::~AuraTestBaseMus() {}
252 254
253 void AuraTestBaseMus::SetUp() { 255 void AuraTestBaseMus::SetUp() {
254 ConfigureBackend(test::BackendType::MUS); 256 ConfigureBackend(test::BackendType::MUS);
255 AuraTestBase::SetUp(); 257 AuraTestBase::SetUp();
256 } 258 }
257 259
258 } // namespace test 260 } // namespace test
259 } // namespace aura 261 } // namespace aura
OLDNEW
« no previous file with comments | « ui/aura/test/aura_test_base.h ('k') | ui/aura/test/mus/window_tree_client_private.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698