DescriptionCall OnNativeWindowChanged after maximizing and restoring.
OnNativeWindowChanged is normally called when a window's bounds change.
However, if an app maximizes via the AppWindow API, but its bounds are
the same as that of a maximized window, OnNativeWindowChanged does not
end up being called.
This CL ensures that OnNativeWindowChanged is called whenever the app
maximizes or restores.
BUG=395900
Committed: https://src.chromium.org/viewvc/chrome?view=rev&revision=289246
Patch Set 1 #Patch Set 2 : Add aura::WindowDelegate::OnPropertyChanged and NativeWidgetDelegate::OnNativeWidgetWindowShowState… #Patch Set 3 : Implement in all subclasses. #
Total comments: 6
Patch Set 4 : Make NativeWidgetAura a WindowObserver. #Patch Set 5 : Sync and rebase #
Total comments: 6
Patch Set 6 : Address comments. #
Total comments: 6
Patch Set 7 : Address comments #
Messages
Total messages: 14 (0 generated)
|