Chromium Code Reviews| 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..e071effd1b0100630632597157f4ecfab27a91c6 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 events in preparatino for shutdown. |
|
sadrul
2014/05/21 19:01:49
listening for events in preparation
oshima
2014/05/22 17:03:13
Done.
|
| + virtual void PrepareForShutdown() {} |
| }; |
| } // namespace ash |