diff options
Diffstat (limited to 'ui/ozone/platform/cast/platform_window_cast.cc')
-rw-r--r-- | ui/ozone/platform/cast/platform_window_cast.cc | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/ui/ozone/platform/cast/platform_window_cast.cc b/ui/ozone/platform/cast/platform_window_cast.cc index b0f6630..d365c39 100644 --- a/ui/ozone/platform/cast/platform_window_cast.cc +++ b/ui/ozone/platform/cast/platform_window_cast.cc @@ -24,4 +24,8 @@ void PlatformWindowCast::SetBounds(const gfx::Rect& bounds) { delegate_->OnBoundsChanged(bounds); } +PlatformImeController* PlatformWindowCast::GetPlatformImeController() { + return nullptr; +} + } // namespace ui |