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

Unified Diff: components/mus/ws/test_server_window_delegate.h

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/server_window_surface.cc ('k') | components/mus/ws/test_server_window_delegate.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.h
diff --git a/components/mus/ws/test_server_window_delegate.h b/components/mus/ws/test_server_window_delegate.h
index 3f44854488c592de77d27151f7b79d69b82a83f4..d2999848702267a4e7397030e2447537ce306bfe 100644
--- a/components/mus/ws/test_server_window_delegate.h
+++ b/components/mus/ws/test_server_window_delegate.h
@@ -27,6 +27,10 @@ class TestServerWindowDelegate : public ServerWindowDelegate {
void OnScheduleWindowPaint(const ServerWindow* window) override;
const ServerWindow* GetRootWindow(const ServerWindow* window) const override;
void ScheduleSurfaceDestruction(ServerWindow* window) override;
+ ServerWindow* FindWindowForSurface(
+ const ServerWindow* ancestor,
+ mojom::SurfaceType surface_type,
+ const ClientWindowId& client_window_id) override;
const ServerWindow* root_window_;
« no previous file with comments | « components/mus/ws/server_window_surface.cc ('k') | components/mus/ws/test_server_window_delegate.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698