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

Unified 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 side-by-side diff with in-line comments
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 »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: components/mus/ws/test_server_window_delegate.cc
diff --git a/components/mus/ws/test_server_window_delegate.cc b/components/mus/ws/test_server_window_delegate.cc
index b2e7a1e55a032cba4b4128699ba88118581c1438..24677a644f09481adaf9f3d03b3e508e8235bd60 100644
--- a/components/mus/ws/test_server_window_delegate.cc
+++ b/components/mus/ws/test_server_window_delegate.cc
@@ -28,6 +28,13 @@ const ServerWindow* TestServerWindowDelegate::GetRootWindow(
void TestServerWindowDelegate::ScheduleSurfaceDestruction(
ServerWindow* window) {}
+ServerWindow* TestServerWindowDelegate::FindWindowForSurface(
+ const ServerWindow* ancestor,
+ mojom::SurfaceType surface_type,
+ const ClientWindowId& client_window_id) {
+ return nullptr;
+}
+
} // namespace ws
} // namespace mus
« 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