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

Unified Diff: ash/host/transformer_helper.h

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, 8 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/transformer_helper.h
diff --git a/ash/host/transformer_helper.h b/ash/host/transformer_helper.h
index d64af804d0d51e1f139370daa79cff3d206a20c4..0e24ad13977686d014b778923eebb77c49c7dee8 100644
--- a/ash/host/transformer_helper.h
+++ b/ash/host/transformer_helper.h
@@ -24,6 +24,9 @@ class TransformerHelper {
explicit TransformerHelper(AshWindowTreeHost* ash_host);
~TransformerHelper();
+ // Initializes the transformer with identity transform.
+ void Init();
+
// Returns the the insets that specifies the effective root window
// area within the host window.
gfx::Insets GetHostInsets() const;

Powered by Google App Engine
This is Rietveld 408576698