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

Unified Diff: ash/mus/window_manager.cc

Issue 2657873006: Remove WindowTreeClientDelegate::GetCaptureClient() and WindowTreeClient::GetCaptureClient(). (Closed)
Patch Set: rebase Created 3 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 | « ash/mus/window_manager.h ('k') | ash/mus/window_manager_unittest.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ash/mus/window_manager.cc
diff --git a/ash/mus/window_manager.cc b/ash/mus/window_manager.cc
index c0233919f382d46d17f9630b54832f46aaf14b50..1ca6846e70a179079e48947c03af03e80d4b152d 100644
--- a/ash/mus/window_manager.cc
+++ b/ash/mus/window_manager.cc
@@ -293,10 +293,6 @@ void WindowManager::OnPointerEventObserved(const ui::PointerEvent& event,
pointer_watcher_event_router_->OnPointerEventObserved(event, target);
}
-aura::client::CaptureClient* WindowManager::GetCaptureClient() {
- return wm_state_->capture_controller();
-}
-
aura::PropertyConverter* WindowManager::GetPropertyConverter() {
return property_converter_.get();
}
« no previous file with comments | « ash/mus/window_manager.h ('k') | ash/mus/window_manager_unittest.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698