Commit 34f21d65 authored by dnicoara@chromium.org's avatar dnicoara@chromium.org

[Ozone] Fix setting the transform on the AshWindowTreeHost

BUG=398888
NOTRY=true

Review URL: https://codereview.chromium.org/443713002

git-svn-id: svn://svn.chromium.org/chrome/trunk/src@287720 0039d316-1c4b-4281-b951-d872f2087c98
parent 749c2d9a
...@@ -72,7 +72,7 @@ aura::WindowTreeHost* AshWindowTreeHostOzone::AsWindowTreeHost() { ...@@ -72,7 +72,7 @@ aura::WindowTreeHost* AshWindowTreeHostOzone::AsWindowTreeHost() {
} }
void AshWindowTreeHostOzone::SetRootTransform(const gfx::Transform& transform) { void AshWindowTreeHostOzone::SetRootTransform(const gfx::Transform& transform) {
transformer_helper_.GetTransform(); transformer_helper_.SetTransform(transform);
} }
gfx::Transform AshWindowTreeHostOzone::GetRootTransform() const { gfx::Transform AshWindowTreeHostOzone::GetRootTransform() const {
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment