| Index: ash/mus/non_client_frame_controller.cc
|
| diff --git a/ash/mus/non_client_frame_controller.cc b/ash/mus/non_client_frame_controller.cc
|
| index 382f0d9aeb677ee50834b1ae129c03c8b57bcd41..a58b794d8b7755a3c0db6fade7d1e983d4ca187e 100644
|
| --- a/ash/mus/non_client_frame_controller.cc
|
| +++ b/ash/mus/non_client_frame_controller.cc
|
| @@ -257,7 +257,7 @@ class WmNativeWidgetMus : public views::NativeWidgetMus {
|
| window_tree_host->window(), shadow_.get());
|
| window_tree_host->window()->SetLayoutManager(layout_manager);
|
| const int inset = Shadow::GetInteriorInsetForStyle(Shadow::STYLE_ACTIVE);
|
| - window_tree_host->SetOutputSurfacePadding(
|
| + window_tree_host->SetOutputSurfacePaddingInPixel(
|
| gfx::Insets(inset, inset, inset, inset));
|
| window_tree_host->window()->layer()->Add(shadow_->layer());
|
| shadow_->layer()->parent()->StackAtBottom(shadow_->layer());
|
|
|