| 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 8c61bdf3103abf55259bc38c96b86ef96eae7b59..4c53975baa1959ac976737d0232905d813943e2a 100644
|
| --- a/ash/host/ash_window_tree_host_unified.h
|
| +++ b/ash/host/ash_window_tree_host_unified.h
|
| @@ -32,7 +32,7 @@ class AshWindowTreeHostUnified : public AshWindowTreeHostPlatform,
|
| void RegisterMirroringHost(AshWindowTreeHost* mirroring_ash_host) override;
|
|
|
| // aura::WindowTreeHost:
|
| - void SetBounds(const gfx::Rect& bounds) override;
|
| + void SetBoundsInPixel(const gfx::Rect& bounds) override;
|
| void SetCursorNative(gfx::NativeCursor cursor) override;
|
| void OnCursorVisibilityChangedNative(bool show) override;
|
|
|
|
|