| Index: ash/rotator/screen_rotation.cc
|
| diff --git a/ash/rotator/screen_rotation.cc b/ash/rotator/screen_rotation.cc
|
| index c4c5eeb06e85d121092ab35dd21fd72232b35eda..d4330a4186186dc94a1a81928268b96c461d06f1 100644
|
| --- a/ash/rotator/screen_rotation.cc
|
| +++ b/ash/rotator/screen_rotation.cc
|
| @@ -45,7 +45,7 @@ void ScreenRotation::OnStart(ui::LayerAnimationDelegate* delegate) {
|
| if (degrees_ == 0)
|
| return;
|
|
|
| - const ui::Transform& current_transform =
|
| + const gfx::Transform& current_transform =
|
| delegate->GetTransformForAnimation();
|
| const gfx::Rect& bounds = delegate->GetBoundsForAnimation();
|
|
|
|
|