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 c68d87d841c63d1dd4d19a362dd7e17c3ebf0dd7..2a8d730bbe747e06ad05ca0d33a7fee950d3549b 100644 |
--- a/services/ui/ws/platform_display_default.cc |
+++ b/services/ui/ws/platform_display_default.cc |
@@ -244,6 +244,10 @@ void PlatformDisplayDefault::OnAcceleratedWidgetDestroyed() { |
void PlatformDisplayDefault::OnActivationChanged(bool active) {} |
+ServerWindow* PlatformDisplayDefault::GetActiveRootWindow() { |
+ return delegate_->GetActiveRootWindow(); |
+} |
+ |
bool PlatformDisplayDefault::IsInHighContrastMode() { |
return delegate_ ? delegate_->IsInHighContrastMode() : false; |
} |