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

Unified Diff: components/mus/public/cpp/tests/window_server_test_base.h

Issue 2072343002: Changes how window manager obtains WindowTree from mus (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: include Created 4 years, 6 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
Index: components/mus/public/cpp/tests/window_server_test_base.h
diff --git a/components/mus/public/cpp/tests/window_server_test_base.h b/components/mus/public/cpp/tests/window_server_test_base.h
index 3e38e72ef18bee6aa47b0d837a2d22d7ddcb310b..ed244803026d9134561443843ae24e5e6c034d2b 100644
--- a/components/mus/public/cpp/tests/window_server_test_base.h
+++ b/components/mus/public/cpp/tests/window_server_test_base.h
@@ -81,6 +81,7 @@ class WindowServerTestBase
std::map<std::string, std::vector<uint8_t>>* properties) override;
void OnWmClientJankinessChanged(const std::set<Window*>& client_windows,
bool not_responding) override;
+ void OnWmNewDisplay(Window* window, const display::Display& display) override;
void OnAccelerator(uint32_t id, const ui::Event& event) override;
// InterfaceFactory<WindowTreeClient>:

Powered by Google App Engine
This is Rietveld 408576698