| Index: ash/host/ash_window_tree_host.h
|
| diff --git a/ash/host/ash_window_tree_host.h b/ash/host/ash_window_tree_host.h
|
| index 1d1513bffd57260b56628509d56bc07484a32885..b9c617fac9762c788b9e70d253fbedbc092008a4 100644
|
| --- a/ash/host/ash_window_tree_host.h
|
| +++ b/ash/host/ash_window_tree_host.h
|
| @@ -53,7 +53,10 @@ class ASH_EXPORT AshWindowTreeHost {
|
| // mode dual monitors case). If the root window is only associated with one
|
| // display id, then the other id should be set to
|
| // gfx::Display::kInvalidDisplayID.
|
| - virtual void UpdateDisplayID(int64 id1, int64 id2) {};
|
| + virtual void UpdateDisplayID(int64 id1, int64 id2) {}
|
| +
|
| + // Stop listening for events in preparation for shutdown.
|
| + virtual void PrepareForShutdown() {}
|
| };
|
|
|
| } // namespace ash
|
|
|