| Index: ash/host/ash_window_tree_host_unified.h
|
| diff --git a/ash/host/ash_window_tree_host_unified.h b/ash/host/ash_window_tree_host_unified.h
|
| index c58c14611456b73e2efab05be5eec29f015ebf4c..7beafce7781653e55492d211c4a17e248583e9ae 100644
|
| --- a/ash/host/ash_window_tree_host_unified.h
|
| +++ b/ash/host/ash_window_tree_host_unified.h
|
| @@ -28,7 +28,7 @@ class AshWindowTreeHostUnified : public AshWindowTreeHostPlatform,
|
| void RegisterMirroringHost(AshWindowTreeHost* mirroring_ash_host) override;
|
|
|
| // aura::WindowTreeHost:
|
| - void SetBounds(const gfx::Rect& bounds) override;
|
| + void SetBoundsInPixels(const gfx::Rect& bounds) override;
|
| void SetCursorNative(gfx::NativeCursor cursor) override;
|
| void OnCursorVisibilityChangedNative(bool show) override;
|
|
|
|
|