| 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 492bad06abb5038984d5eb5fcfc3c1c5a8e3ecba..4cfacda169833b403a27987954366362f530abac 100644
|
| --- a/services/ui/ws/window_server_test_base.cc
|
| +++ b/services/ui/ws/window_server_test_base.cc
|
| @@ -271,8 +271,10 @@ void WindowServerTestBase::OnWmDeactivateWindow(aura::Window* window) {
|
| void WindowServerTestBase::Create(
|
| const service_manager::Identity& remote_identity,
|
| mojom::WindowTreeClientRequest request) {
|
| + const bool create_discardable_memory = false;
|
| window_tree_clients_.push_back(base::MakeUnique<aura::WindowTreeClient>(
|
| - connector(), this, nullptr, std::move(request)));
|
| + connector(), this, nullptr, std::move(request), nullptr,
|
| + create_discardable_memory));
|
| }
|
|
|
| bool WindowServerTestBase::DeleteWindowTreeHost(
|
|
|