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

Unified Diff: components/mus/ws/forwarding_window_manager.cc

Issue 1644773004: Renames some WindowManager classes (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: cleanup 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/forwarding_window_manager.h ('k') | components/mus/ws/window_manager_access_policy.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: components/mus/ws/forwarding_window_manager.cc
diff --git a/components/mus/ws/forwarding_window_manager.cc b/components/mus/ws/forwarding_window_manager.cc
index c8cde93a24411561bdb56d0e942ad5509d28b396..7c9737dcd95ce25ac06446629b7a4091cc66b6d3 100644
--- a/components/mus/ws/forwarding_window_manager.cc
+++ b/components/mus/ws/forwarding_window_manager.cc
@@ -16,7 +16,8 @@ ForwardingWindowManager::ForwardingWindowManager(
ForwardingWindowManager::~ForwardingWindowManager() {}
-mojom::WindowManager* ForwardingWindowManager::GetActiveWindowManager() {
+mojom::WindowManagerDeprecated*
+ForwardingWindowManager::GetActiveWindowManager() {
// TODO(sky): This needs to detect active window, or OpenWindow() needs to
// take the display.
return connection_manager_->GetActiveWindowTreeHost()->window_manager();
« no previous file with comments | « components/mus/ws/forwarding_window_manager.h ('k') | components/mus/ws/window_manager_access_policy.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698