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

Unified Diff: components/mus/ws/window_tree_host_impl.h

Issue 1618963005: Revert of Start of display management for mus (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 years, 11 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 | « components/mus/ws/display_manager.cc ('k') | components/mus/ws/window_tree_host_impl.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: components/mus/ws/window_tree_host_impl.h
diff --git a/components/mus/ws/window_tree_host_impl.h b/components/mus/ws/window_tree_host_impl.h
index 850b3ee3107c12cac350ea619b6658946c3981f0..5247b01ba83be0f97fb99523a0f188c5f3c99844 100644
--- a/components/mus/ws/window_tree_host_impl.h
+++ b/components/mus/ws/window_tree_host_impl.h
@@ -56,8 +56,6 @@
// Initializes state that depends on the existence of a WindowTreeHostImpl.
void Init(WindowTreeHostDelegate* delegate);
- uint32_t id() const { return id_; }
-
const WindowTreeImpl* GetWindowTree() const;
WindowTreeImpl* GetWindowTree();
@@ -81,8 +79,6 @@
// Returns the metrics for this viewport.
const mojom::ViewportMetrics& GetViewportMetrics() const;
-
- mojom::Rotation GetRotation() const;
ConnectionManager* connection_manager() { return connection_manager_; }
@@ -226,8 +222,6 @@
std::queue<scoped_ptr<QueuedEvent>> event_queue_;
base::OneShotTimer event_ack_timer_;
- const uint32_t id_;
-
DISALLOW_COPY_AND_ASSIGN(WindowTreeHostImpl);
};
« no previous file with comments | « components/mus/ws/display_manager.cc ('k') | components/mus/ws/window_tree_host_impl.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698