| Index: ash/display/display_controller.h
|
| diff --git a/ash/display/display_controller.h b/ash/display/display_controller.h
|
| index 8a822cec7fff76088343c8dcec575dfa67202041..0c00cfb3b6463e03001c54cf709124a70393ea00 100644
|
| --- a/ash/display/display_controller.h
|
| +++ b/ash/display/display_controller.h
|
| @@ -85,7 +85,7 @@ class ASH_EXPORT DisplayController : public aura::DisplayObserver {
|
|
|
| // Gets primary display. This information is stored in global
|
| // object as this can be accessed after Shell is closed.
|
| - static gfx::Display GetPrimaryDisplay();
|
| + static const gfx::Display& GetPrimaryDisplay();
|
|
|
| // Initializes primary display.
|
| void InitPrimaryDisplay();
|
|
|