| Index: services/ui/ws/window_server_test_base.cc
|
| diff --git a/services/ui/ws/window_server_test_base.cc b/services/ui/ws/window_server_test_base.cc
|
| index bee909e989bd4522396c49f7036700ec598eadc9..2d4cd0d3c9e384edc51b93c6ef3a8378a64792b9 100644
|
| --- a/services/ui/ws/window_server_test_base.cc
|
| +++ b/services/ui/ws/window_server_test_base.cc
|
| @@ -143,10 +143,6 @@ void WindowServerTestBase::OnEmbedRootDestroyed(
|
| void WindowServerTestBase::OnPointerEventObserved(const ui::PointerEvent& event,
|
| aura::Window* target) {}
|
|
|
| -aura::client::CaptureClient* WindowServerTestBase::GetCaptureClient() {
|
| - return wm_state_.capture_controller();
|
| -}
|
| -
|
| aura::PropertyConverter* WindowServerTestBase::GetPropertyConverter() {
|
| return &property_converter_;
|
| }
|
|
|