| Index: ui/aura/mus/window_port_mus.h
|
| diff --git a/ui/aura/mus/window_port_mus.h b/ui/aura/mus/window_port_mus.h
|
| index 21ec687c2d36cf661a27b1d6bc8a0f499e204e50..d0153047433d0ce6ba93df5b3480688c1f68d3f4 100644
|
| --- a/ui/aura/mus/window_port_mus.h
|
| +++ b/ui/aura/mus/window_port_mus.h
|
| @@ -228,10 +228,10 @@ class AURA_EXPORT WindowPortMus : public WindowPort, public WindowMus {
|
| void OnVisibilityChanged(bool visible) override;
|
| void OnDidChangeBounds(const gfx::Rect& old_bounds,
|
| const gfx::Rect& new_bounds) override;
|
| - std::unique_ptr<WindowPortPropertyData> OnWillChangeProperty(
|
| + std::unique_ptr<ui::PropertyData> OnWillChangeProperty(
|
| const void* key) override;
|
| void OnPropertyChanged(const void* key,
|
| - std::unique_ptr<WindowPortPropertyData> data) override;
|
| + std::unique_ptr<ui::PropertyData> data) override;
|
|
|
| WindowTreeClient* window_tree_client_;
|
|
|
|
|