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

Side by Side Diff: components/mus/ws/test_server_window_delegate.cc

Issue 1640253003: Makes resolving ids work correctly in new world (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: merge to trunk Created 4 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 | « components/mus/ws/test_server_window_delegate.h ('k') | components/mus/ws/window_finder.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 2014 The Chromium Authors. All rights reserved. 1 // Copyright 2014 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 "components/mus/ws/test_server_window_delegate.h" 5 #include "components/mus/ws/test_server_window_delegate.h"
6 #include "components/mus/ws/server_window.h" 6 #include "components/mus/ws/server_window.h"
7 7
8 namespace mus { 8 namespace mus {
9 9
10 namespace ws { 10 namespace ws {
(...skipping 10 matching lines...) Expand all
21 const ServerWindow* window) {} 21 const ServerWindow* window) {}
22 22
23 const ServerWindow* TestServerWindowDelegate::GetRootWindow( 23 const ServerWindow* TestServerWindowDelegate::GetRootWindow(
24 const ServerWindow* window) const { 24 const ServerWindow* window) const {
25 return root_window_; 25 return root_window_;
26 } 26 }
27 27
28 void TestServerWindowDelegate::ScheduleSurfaceDestruction( 28 void TestServerWindowDelegate::ScheduleSurfaceDestruction(
29 ServerWindow* window) {} 29 ServerWindow* window) {}
30 30
31 ServerWindow* TestServerWindowDelegate::FindWindowForSurface(
32 const ServerWindow* ancestor,
33 mojom::SurfaceType surface_type,
34 const ClientWindowId& client_window_id) {
35 return nullptr;
36 }
37
31 } // namespace ws 38 } // namespace ws
32 39
33 } // namespace mus 40 } // namespace mus
OLDNEW
« no previous file with comments | « components/mus/ws/test_server_window_delegate.h ('k') | components/mus/ws/window_finder.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698