| Index: ash/mus/window_manager.cc
|
| diff --git a/ash/mus/window_manager.cc b/ash/mus/window_manager.cc
|
| index 8d7f21ed199732b9a745f33942fefce63c5022a2..f431576b1cfe9917b8c2496c5b80f17321546130 100644
|
| --- a/ash/mus/window_manager.cc
|
| +++ b/ash/mus/window_manager.cc
|
| @@ -280,10 +280,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();
|
| }
|
|
|