Index: services/ui/ws/platform_display_default.cc |
diff --git a/services/ui/ws/platform_display_default.cc b/services/ui/ws/platform_display_default.cc |
index 8f46a220fc42f1357b1417e5adbd9006c5469532..7e203ad9b88991f455c33e213634138043ce1d92 100644 |
--- a/services/ui/ws/platform_display_default.cc |
+++ b/services/ui/ws/platform_display_default.cc |
@@ -247,6 +247,10 @@ void PlatformDisplayDefault::OnAcceleratedWidgetDestroyed() { |
void PlatformDisplayDefault::OnActivationChanged(bool active) {} |
+ServerWindow* PlatformDisplayDefault::GetActiveRootWindow() { |
+ return delegate_->GetActiveRootWindow(); |
+} |
+ |
bool PlatformDisplayDefault::IsInHighContrastMode() { |
return delegate_ ? delegate_->IsInHighContrastMode() : false; |
} |