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

Unified Diff: ui/aura/mus/window_tree_host_mus.cc

Issue 2464123003: Enabling Aura-Mus clients to submit frames to Mus. (Closed)
Patch Set: Created 4 years, 1 month 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
Index: ui/aura/mus/window_tree_host_mus.cc
diff --git a/ui/aura/mus/window_tree_host_mus.cc b/ui/aura/mus/window_tree_host_mus.cc
index 3be01cfb7c661ec9fd462171ef54791a14bdf2d4..7830e02ac7e18f1fe425e6b67bf4b8f4f0e22e95 100644
--- a/ui/aura/mus/window_tree_host_mus.cc
+++ b/ui/aura/mus/window_tree_host_mus.cc
@@ -96,9 +96,6 @@ WindowTreeHostMus::WindowTreeHostMus(std::unique_ptr<WindowPortMus> window_port,
input_method_ = base::MakeUnique<InputMethodMus>(
this, content_window_ ? content_window_ : window());
- // TODO: hook up to compositor correctly.
- // compositor()->SetWindow(window);
-
compositor()->SetHostHasTransparentBackground(true);
// Mus windows are assumed hidden.

Powered by Google App Engine
This is Rietveld 408576698