| Index: ash/host/ash_window_tree_host_platform.h
|
| diff --git a/ash/host/ash_window_tree_host_platform.h b/ash/host/ash_window_tree_host_platform.h
|
| index 6cd383f36359ba730c35615d95ca6fef1193e0f1..e0df35680ff3f59eab1102af33072743815fd8c0 100644
|
| --- a/ash/host/ash_window_tree_host_platform.h
|
| +++ b/ash/host/ash_window_tree_host_platform.h
|
| @@ -38,7 +38,7 @@ class ASH_EXPORT AshWindowTreeHostPlatform
|
| gfx::Transform GetInverseRootTransform() const override;
|
| void UpdateRootWindowSize(const gfx::Size& host_size) override;
|
| void OnCursorVisibilityChangedNative(bool show) override;
|
| - void SetBounds(const gfx::Rect& bounds) override;
|
| + void SetBoundsInPixels(const gfx::Rect& bounds) override;
|
| void DispatchEvent(ui::Event* event) override;
|
|
|
| // ui::internal::InputMethodDelegate:
|
|
|