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..48e897c7e4a85db8b598378368e0c0db92062a8a 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 preparatino for shutdown. |
sadrul
2014/05/22 17:07:57
*preparation
oshima
2014/05/22 17:15:33
Done.
|
+ virtual void PrepareForShutdown() {} |
}; |
} // namespace ash |