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

Unified Diff: ash/host/ash_remote_window_tree_host_win.cc

Issue 1119953002: Enable display rotation, magnifier in unified desktop mode (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 5 years, 7 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
Index: ash/host/ash_remote_window_tree_host_win.cc
diff --git a/ash/host/ash_remote_window_tree_host_win.cc b/ash/host/ash_remote_window_tree_host_win.cc
index 67d3aaa8862f12c77251d2b37ce7775379a7c9a0..e6576e5f15a85b7cf5fe22ec7726f4888f28efc1 100644
--- a/ash/host/ash_remote_window_tree_host_win.cc
+++ b/ash/host/ash_remote_window_tree_host_win.cc
@@ -14,6 +14,7 @@ AshRemoteWindowTreeHostWin::AshRemoteWindowTreeHostWin(HWND remote_hwnd)
: aura::RemoteWindowTreeHostWin(),
transformer_helper_(this) {
SetRemoteWindowHandle(remote_hwnd);
+ transformer_helper_.Init();
oshima 2015/05/05 15:32:13 I forgot about this file and that's the reason why
}
AshRemoteWindowTreeHostWin::~AshRemoteWindowTreeHostWin() {}

Powered by Google App Engine
This is Rietveld 408576698