| Index: components/mus/ws/display_manager.cc
|
| diff --git a/components/mus/ws/display_manager.cc b/components/mus/ws/display_manager.cc
|
| index 205a650638f277782faf588fb3f4fb7b76097c0a..e38e1d463b4c30fc8ad5ee97b912fefd98a48d04 100644
|
| --- a/components/mus/ws/display_manager.cc
|
| +++ b/components/mus/ws/display_manager.cc
|
| @@ -254,11 +254,6 @@
|
| return metrics_;
|
| }
|
|
|
| -mojom::Rotation DefaultDisplayManager::GetRotation() {
|
| - // TODO(sky): implement me.
|
| - return mojom::Rotation::VALUE_0;
|
| -}
|
| -
|
| void DefaultDisplayManager::UpdateTextInputState(
|
| const ui::TextInputState& state) {
|
| ui::PlatformImeController* ime = platform_window_->GetPlatformImeController();
|
|
|