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

Unified Diff: ui/aura/mus/window_tree_client.cc

Issue 2657873006: Remove WindowTreeClientDelegate::GetCaptureClient() and WindowTreeClient::GetCaptureClient(). (Closed)
Patch Set: 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
Index: ui/aura/mus/window_tree_client.cc
diff --git a/ui/aura/mus/window_tree_client.cc b/ui/aura/mus/window_tree_client.cc
index 2c22cb46b6e0bbb51164e6501d08c7bc71d076ce..ad139990b81fab329efd76c2f3fc2defeae945f3 100644
--- a/ui/aura/mus/window_tree_client.cc
+++ b/ui/aura/mus/window_tree_client.cc
@@ -234,10 +234,6 @@ void WindowTreeClient::ConnectAsWindowManager() {
SetWindowTree(std::move(window_tree));
}
-client::CaptureClient* WindowTreeClient::GetCaptureClient() {
- return delegate_->GetCaptureClient();
-}
-
void WindowTreeClient::SetCanFocus(Window* window, bool can_focus) {
DCHECK(tree_);
DCHECK(window);

Powered by Google App Engine
This is Rietveld 408576698