| Index: ui/aura/window_tree_host_x11.h
|
| diff --git a/ui/aura/window_tree_host_x11.h b/ui/aura/window_tree_host_x11.h
|
| index dead24f750f000507eaf9e1051bde7b057842a6f..fa6c2a8c1d3ef3d09148ebb2aaa990e01c5211de 100644
|
| --- a/ui/aura/window_tree_host_x11.h
|
| +++ b/ui/aura/window_tree_host_x11.h
|
| @@ -43,8 +43,8 @@ class AURA_EXPORT WindowTreeHostX11 : public WindowTreeHost,
|
| gfx::AcceleratedWidget GetAcceleratedWidget() override;
|
| void ShowImpl() override;
|
| void HideImpl() override;
|
| - gfx::Rect GetBounds() const override;
|
| - void SetBounds(const gfx::Rect& bounds) override;
|
| + gfx::Rect GetBoundsInPixels() const override;
|
| + void SetBoundsInPixels(const gfx::Rect& bounds) override;
|
| gfx::Point GetLocationOnNativeScreen() const override;
|
| void SetCapture() override;
|
| void ReleaseCapture() override;
|
|
|