| 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 f26181ea63099584da2da277c58fe40feff359db..e271c7c90fb84c88d6b09bcd8755e99db52c4d98 100644
|
| --- a/ash/host/ash_window_tree_host_x11.h
|
| +++ b/ash/host/ash_window_tree_host_x11.h
|
| @@ -41,7 +41,8 @@ class ASH_EXPORT AshWindowTreeHostX11 : public AshWindowTreeHost,
|
| gfx::Transform GetRootTransform() const override;
|
| void SetRootTransform(const gfx::Transform& transform) override;
|
| gfx::Transform GetInverseRootTransform() const override;
|
| - void UpdateRootWindowSize(const gfx::Size& host_size) override;
|
| + void UpdateRootWindowSizeInPixel(
|
| + const gfx::Size& host_size_in_pixel) override;
|
| void OnCursorVisibilityChangedNative(bool show) override;
|
|
|
| // aura::WindowTreeHostX11:
|
|
|