| Index: services/ui/ws/display.h
 | 
| diff --git a/services/ui/ws/display.h b/services/ui/ws/display.h
 | 
| index f99e5cb186c9998f2576f95602dec711ab58c4a3..d1874747d968fae0d430974a92cf9304ac3173c2 100644
 | 
| --- a/services/ui/ws/display.h
 | 
| +++ b/services/ui/ws/display.h
 | 
| @@ -168,6 +168,7 @@ class Display : public PlatformDisplayDelegate,
 | 
|        WindowManagerWindowTreeFactory* factory);
 | 
|  
 | 
|    // PlatformDisplayDelegate:
 | 
| +  ServerWindow* GetActiveRootWindow() override;
 | 
|    ServerWindow* GetRootWindow() override;
 | 
|    bool IsInHighContrastMode() override;
 | 
|    void OnEvent(const ui::Event& event) override;
 | 
| 
 |