| Index: services/ui/ws/platform_display.cc
|
| diff --git a/services/ui/ws/platform_display.cc b/services/ui/ws/platform_display.cc
|
| index 93d4e08831f4dd5a92a45bd8530ea88dc3332cf7..f35de8fbeaa0c7d77ec078a4b1852397bf21c712 100644
|
| --- a/services/ui/ws/platform_display.cc
|
| +++ b/services/ui/ws/platform_display.cc
|
| @@ -142,9 +142,9 @@ float DefaultPlatformDisplay::GetDeviceScaleFactor() {
|
| return metrics_.device_scale_factor;
|
| }
|
|
|
| -mojom::Rotation DefaultPlatformDisplay::GetRotation() {
|
| +::display::Display::Rotation DefaultPlatformDisplay::GetRotation() {
|
| // TODO(sky): implement me.
|
| - return mojom::Rotation::VALUE_0;
|
| + return display::Display::ROTATE_0;
|
| }
|
|
|
| void DefaultPlatformDisplay::UpdateTextInputState(
|
|
|