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 9962b892835dfa68d6b16d830b0162432d311a3f..cb08fdd24a44f1899b7f53af1ca8282ce0bd008f 100644 |
| --- a/ash/host/ash_window_tree_host.h |
| +++ b/ash/host/ash_window_tree_host.h |
| @@ -42,6 +42,8 @@ class ASH_EXPORT AshWindowTreeHost { |
| scoped_ptr<RootWindowTransformer> transformer) = 0; |
| virtual aura::WindowTreeHost* AsWindowTreeHost() = 0; |
| + |
| + virtual void UpdateDisplayID(int64 id1, int64 id2) = 0; |
|
sadrul
2014/05/07 20:00:27
What are id1 and id2? Document please.
Yufeng Shen (Slow to review)
2014/05/07 22:02:58
Done.
|
| }; |
| } // namespace ash |