| Index: services/ui/ws/platform_display_delegate.h
 | 
| diff --git a/services/ui/ws/platform_display_delegate.h b/services/ui/ws/platform_display_delegate.h
 | 
| index 0358573ffcfa7cdbb2dda4cc0ad503fdb0ce0eec..e416c3a3c9f52a77c368c8c18ec5271af86ed22d 100644
 | 
| --- a/services/ui/ws/platform_display_delegate.h
 | 
| +++ b/services/ui/ws/platform_display_delegate.h
 | 
| @@ -23,7 +23,7 @@ class ServerWindow;
 | 
|  class PlatformDisplayDelegate {
 | 
|   public:
 | 
|    // Returns a display::Display for this display.
 | 
| -  virtual display::Display GetDisplay() = 0;
 | 
| +  virtual const display::Display& GetDisplay() = 0;
 | 
|  
 | 
|    // Returns the root window of this display.
 | 
|    virtual ServerWindow* GetRootWindow() = 0;
 | 
| 
 |