| Index: ui/ozone/common/native_display_delegate_ozone.cc
|
| diff --git a/ui/ozone/common/native_display_delegate_ozone.cc b/ui/ozone/common/native_display_delegate_ozone.cc
|
| index a9183d76f2b90d1e62497fbe5dfdd6f1da59bea3..3b894ea3d2631db65aa630df4cc3b87ae9da5892 100644
|
| --- a/ui/ozone/common/native_display_delegate_ozone.cc
|
| +++ b/ui/ozone/common/native_display_delegate_ozone.cc
|
| @@ -129,4 +129,9 @@ void NativeDisplayDelegateOzone::RemoveObserver(
|
| NOTIMPLEMENTED();
|
| }
|
|
|
| +display::FakeDisplayController*
|
| +NativeDisplayDelegateOzone::GetFakeDisplayController() {
|
| + return nullptr;
|
| +}
|
| +
|
| } // namespace ui
|
|
|