| Index: components/mus/test_wm/test_wm.cc
|
| diff --git a/components/mus/test_wm/test_wm.cc b/components/mus/test_wm/test_wm.cc
|
| index ef4748fbe040230d6401d9e6f1bef7679c57402f..32a16503eb847e345e80ea43728a8f0808d30070 100644
|
| --- a/components/mus/test_wm/test_wm.cc
|
| +++ b/components/mus/test_wm/test_wm.cc
|
| @@ -7,7 +7,6 @@
|
| #include "components/mus/public/cpp/window_tree_connection.h"
|
| #include "components/mus/public/cpp/window_tree_delegate.h"
|
| #include "components/mus/public/interfaces/window_manager_factory.mojom.h"
|
| -#include "mojo/converters/geometry/geometry_type_converters.h"
|
| #include "mojo/public/c/system/main.h"
|
| #include "mojo/public/cpp/bindings/binding.h"
|
| #include "services/shell/public/cpp/application_runner.h"
|
| @@ -55,10 +54,6 @@ class TestWM : public shell::ShellClient,
|
| root_ = root;
|
| mus::mojom::FrameDecorationValuesPtr frame_decoration_values =
|
| mus::mojom::FrameDecorationValues::New();
|
| - frame_decoration_values->normal_client_area_insets =
|
| - mojo::Insets::From(gfx::Insets());
|
| - frame_decoration_values->maximized_client_area_insets =
|
| - mojo::Insets::From(gfx::Insets());
|
| frame_decoration_values->max_title_bar_button_width = 0;
|
| window_manager_client_->SetFrameDecorationValues(
|
| std::move(frame_decoration_values));
|
|
|