| Index: ash/host/ash_window_tree_host_win.h
|
| diff --git a/ash/host/ash_window_tree_host_win.h b/ash/host/ash_window_tree_host_win.h
|
| index 9dd357509d24502ae58a8a9b75974ee6a44ed1e9..61481f49a975de5c899c566c90337a01265adacf 100644
|
| --- a/ash/host/ash_window_tree_host_win.h
|
| +++ b/ash/host/ash_window_tree_host_win.h
|
| @@ -19,7 +19,7 @@ class AshWindowTreeHostWin : public AshWindowTreeHostPlatform {
|
| void ToggleFullScreen() override;
|
|
|
| // WindowTreeHost:
|
| - void SetBounds(const gfx::Rect& bounds) override;
|
| + void SetBoundsInPixels(const gfx::Rect& bounds) override;
|
|
|
| bool fullscreen_;
|
| RECT saved_window_rect_;
|
|
|