| Index: ui/aura/window_port_local.h
|
| diff --git a/ui/aura/window_port_local.h b/ui/aura/window_port_local.h
|
| index 646f9aecdf7549183a65ce0f487eca3ee4645a26..a3b33ce934670ad202ca0b8ab8c62f7c79352327 100644
|
| --- a/ui/aura/window_port_local.h
|
| +++ b/ui/aura/window_port_local.h
|
| @@ -31,6 +31,7 @@ class AURA_EXPORT WindowPortLocal : public WindowPort {
|
| std::unique_ptr<ui::PropertyData> OnWillChangeProperty(
|
| const void* key) override;
|
| void OnPropertyChanged(const void* key,
|
| + int64_t old_value,
|
| std::unique_ptr<ui::PropertyData> data) override;
|
|
|
| private:
|
|
|