Index: ash/host/ash_window_tree_host_x11.h |
diff --git a/ash/host/ash_window_tree_host_x11.h b/ash/host/ash_window_tree_host_x11.h |
index b18ac1afa2383c1e22e9224779acd8b3af5816e6..7238a08c9eff37eacea05c1fc014cdcf447b5d58 100644 |
--- a/ash/host/ash_window_tree_host_x11.h |
+++ b/ash/host/ash_window_tree_host_x11.h |
@@ -32,7 +32,6 @@ class ASH_EXPORT AshWindowTreeHostX11 : public AshWindowTreeHost, |
scoped_ptr<RootWindowTransformer> transformer) override; |
gfx::Insets GetHostInsets() const override; |
aura::WindowTreeHost* AsWindowTreeHost() override; |
- void UpdateDisplayID(int64 id1, int64 id2) override; |
void PrepareForShutdown() override; |
// aura::WindowTreehost: |
@@ -62,13 +61,6 @@ class ASH_EXPORT AshWindowTreeHostX11 : public AshWindowTreeHost, |
TransformerHelper transformer_helper_; |
- // The display IDs associated with this root window. |
- // In single monitor or extended mode dual monitor case, the root window |
- // is associated with one display. |
- // In mirror mode dual monitors case, the root window is associated with |
- // both displays. |
- std::pair<int64, int64> display_ids_; |
- |
DISALLOW_COPY_AND_ASSIGN(AshWindowTreeHostX11); |
}; |