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

Unified Diff: services/ui/ws/window_manager_client_unittest.cc

Issue 2346253004: Makes display roots be destroyed by client (Closed)
Patch Set: cleanup Created 4 years, 3 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 | « services/ui/ws/test_utils.cc ('k') | services/ui/ws/window_manager_display_root.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: services/ui/ws/window_manager_client_unittest.cc
diff --git a/services/ui/ws/window_manager_client_unittest.cc b/services/ui/ws/window_manager_client_unittest.cc
index c0090e973694ff35e603043ec14dc8170ade1955..11c25316562a58deaab5d2735d177a91363f905e 100644
--- a/services/ui/ws/window_manager_client_unittest.cc
+++ b/services/ui/ws/window_manager_client_unittest.cc
@@ -57,6 +57,7 @@ class TestWindowManagerDelegate : public WindowManagerDelegate {
std::map<std::string, std::vector<uint8_t>>* properties) override {
return nullptr;
}
+ void OnWmDisplayRemoved(ui::Window* window) override {}
void OnWmClientJankinessChanged(const std::set<Window*>& client_windows,
bool janky) override {}
void OnWmNewDisplay(Window* window,
« no previous file with comments | « services/ui/ws/test_utils.cc ('k') | services/ui/ws/window_manager_display_root.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698