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

Unified Diff: ui/views/mus/mus_client.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 | « ui/views/mus/mus_client.h ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ui/views/mus/mus_client.cc
diff --git a/ui/views/mus/mus_client.cc b/ui/views/mus/mus_client.cc
index a30260dd0fd766fb89418d966ff22f24fa0e14ef..3d40563ea0eb57b0fa277fa4df57aee6f2dbe657 100644
--- a/ui/views/mus/mus_client.cc
+++ b/ui/views/mus/mus_client.cc
@@ -33,7 +33,6 @@
#include "ui/views/views_delegate.h"
#include "ui/views/widget/desktop_aura/desktop_native_widget_aura.h"
#include "ui/views/widget/widget_delegate.h"
-#include "ui/wm/core/capture_controller.h"
#include "ui/wm/core/wm_state.h"
// Widget::InitParams::Type must match that of ui::mojom::WindowType.
@@ -272,10 +271,6 @@ void MusClient::OnWindowManagerFrameValuesChanged() {
observer.OnWindowManagerFrameValuesChanged();
}
-aura::client::CaptureClient* MusClient::GetCaptureClient() {
- return wm::CaptureController::Get();
-}
-
aura::PropertyConverter* MusClient::GetPropertyConverter() {
return property_converter_.get();
}
« no previous file with comments | « ui/views/mus/mus_client.h ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698