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..4ed89b80a6b750acce7a9d2a201c86f479573e76 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->SetOutputSurfacePaddingInPixels( |
gfx::Insets(inset, inset, inset, inset)); |
window_tree_host->window()->layer()->Add(shadow_->layer()); |
shadow_->layer()->parent()->StackAtBottom(shadow_->layer()); |