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

Unified Diff: ash/host/ash_window_tree_host_ozone.cc

Issue 443713002: [Ozone] Fix setting the transform on the AshWindowTreeHost (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 6 years, 4 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 | « no previous file | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ash/host/ash_window_tree_host_ozone.cc
diff --git a/ash/host/ash_window_tree_host_ozone.cc b/ash/host/ash_window_tree_host_ozone.cc
index 6fd0b26cd647a89753c8cbe116548926af2f1f83..6b24015d06442d2060690eb0bd319db39b282f9f 100644
--- a/ash/host/ash_window_tree_host_ozone.cc
+++ b/ash/host/ash_window_tree_host_ozone.cc
@@ -72,7 +72,7 @@ aura::WindowTreeHost* AshWindowTreeHostOzone::AsWindowTreeHost() {
}
void AshWindowTreeHostOzone::SetRootTransform(const gfx::Transform& transform) {
- transformer_helper_.GetTransform();
+ transformer_helper_.SetTransform(transform);
}
gfx::Transform AshWindowTreeHostOzone::GetRootTransform() const {
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698