| Index: ui/aura/mus/window_tree_host_mus.h
|
| diff --git a/ui/aura/mus/window_tree_host_mus.h b/ui/aura/mus/window_tree_host_mus.h
|
| index 028207938611fb8fd4a1a345cbe849eca6512dd9..ea444fcb03f4a60edfd997d2c8273cbfeda2fc6e 100644
|
| --- a/ui/aura/mus/window_tree_host_mus.h
|
| +++ b/ui/aura/mus/window_tree_host_mus.h
|
| @@ -65,7 +65,7 @@ class AURA_EXPORT WindowTreeHostMus : public aura::WindowTreeHostPlatform {
|
| // aura::WindowTreeHostPlatform:
|
| void ShowImpl() override;
|
| void HideImpl() override;
|
| - void SetBounds(const gfx::Rect& bounds) override;
|
| + void SetBoundsInPixels(const gfx::Rect& bounds) override;
|
| void DispatchEvent(ui::Event* event) override;
|
| void OnClosed() override;
|
| void OnActivationChanged(bool active) override;
|
|
|