| Index: ash/host/ash_window_tree_host_x11.h
|
| diff --git a/ash/host/ash_window_tree_host_x11.h b/ash/host/ash_window_tree_host_x11.h
|
| index c954c92fd4a3ebada3f1f1f81fd93ede9231eb6c..bc34f96a7f3546b465efdaa234de513849527470 100644
|
| --- a/ash/host/ash_window_tree_host_x11.h
|
| +++ b/ash/host/ash_window_tree_host_x11.h
|
| @@ -36,7 +36,7 @@ class ASH_EXPORT AshWindowTreeHostX11 : public AshWindowTreeHost,
|
| void PrepareForShutdown() override;
|
|
|
| // aura::WindowTreehost:
|
| - void SetBounds(const gfx::Rect& bounds) override;
|
| + void SetBoundsInPixels(const gfx::Rect& bounds) override;
|
| gfx::Transform GetRootTransform() const override;
|
| void SetRootTransform(const gfx::Transform& transform) override;
|
| gfx::Transform GetInverseRootTransform() const override;
|
|
|