| Index: ash/host/transformer_helper.cc
|
| diff --git a/ash/host/transformer_helper.cc b/ash/host/transformer_helper.cc
|
| index ce7c90d897d89a331a96787d8b29cd6f4fac3e41..403db8d13f1a1553a37b9a31842f12de04124881 100644
|
| --- a/ash/host/transformer_helper.cc
|
| +++ b/ash/host/transformer_helper.cc
|
| @@ -87,7 +87,7 @@ void TransformerHelper::SetRootWindowTransformer(
|
| // If the layer is not animating, then we need to update the root window
|
| // size immediately.
|
| if (!window->layer()->GetAnimator()->is_animating())
|
| - host->UpdateRootWindowSize(host->GetBounds().size());
|
| + host->UpdateRootWindowSize(host->GetBoundsInPixel().size());
|
| }
|
|
|
| gfx::Transform TransformerHelper::GetTransform() const {
|
|
|