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

Unified Diff: ash/host/ash_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_window_tree_host_win.cc
diff --git a/ash/host/ash_window_tree_host_win.cc b/ash/host/ash_window_tree_host_win.cc
index b4a4f1e32e66a76d163b94a078dcfdff987e61ae..e058599aa91737172485319164019880b2fb78c5 100644
--- a/ash/host/ash_window_tree_host_win.cc
+++ b/ash/host/ash_window_tree_host_win.cc
@@ -27,7 +27,9 @@ class AshWindowTreeHostWin : public AshWindowTreeHost,
fullscreen_(false),
saved_window_style_(0),
saved_window_ex_style_(0),
- transformer_helper_(this) {}
+ transformer_helper_(this) {
+ transformer_helper_.Init();
+ }
~AshWindowTreeHostWin() override {}
private:

Powered by Google App Engine
This is Rietveld 408576698