Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(9194)

Unified Diff: ash/host/ash_window_tree_host_x11.h

Issue 922843002: Fix software mirror mode on Ozone part 2/2 (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 5 years, 9 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « ash/host/ash_window_tree_host.h ('k') | ash/host/ash_window_tree_host_x11.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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);
};
« no previous file with comments | « ash/host/ash_window_tree_host.h ('k') | ash/host/ash_window_tree_host_x11.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698