diff options
Diffstat (limited to 'ash/display/display_controller.h')
-rw-r--r-- | ash/display/display_controller.h | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/ash/display/display_controller.h b/ash/display/display_controller.h index 17b9eb0..2674483 100644 --- a/ash/display/display_controller.h +++ b/ash/display/display_controller.h @@ -84,7 +84,9 @@ class ASH_EXPORT DisplayController : public gfx::DisplayObserver { DisplayController(); virtual ~DisplayController(); - // Retruns primary display. This is safe to use after ash::Shell is + void Shutdown(); + + // Returns primary display. This is safe to use after ash::Shell is // deleted. static const gfx::Display& GetPrimaryDisplay(); |