| Index: ash/display/display_controller.h
|
| diff --git a/ash/display/display_controller.h b/ash/display/display_controller.h
|
| index ca441cbce1fc80accc5c1d107ce2c34ad9b5d8c1..5133c73e22a4a42dc1320348ef7536679ca4342c 100644
|
| --- a/ash/display/display_controller.h
|
| +++ b/ash/display/display_controller.h
|
| @@ -231,6 +231,8 @@ class ASH_EXPORT DisplayController : public gfx::DisplayObserver {
|
|
|
| void OnFadeOutForSwapDisplayFinished();
|
|
|
| + void UpdateHostWindowNames();
|
| +
|
| bool in_bootstrap() const { return in_bootstrap_; }
|
|
|
| class DisplayChangeLimiter {
|
|
|