Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(404)

Unified Diff: ui/views/cocoa/bridged_native_widget.mm

Issue 1172483003: [MacViews] Update AppWindow when the native window changes fullscreen state. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@views
Patch Set: Created 5 years, 6 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: ui/views/cocoa/bridged_native_widget.mm
diff --git a/ui/views/cocoa/bridged_native_widget.mm b/ui/views/cocoa/bridged_native_widget.mm
index 3e281b595559f1fc079268f30458cbfa4e971d9a..e7b96ec16ecdb6c62e458f971cc0d6783fa96b17 100644
--- a/ui/views/cocoa/bridged_native_widget.mm
+++ b/ui/views/cocoa/bridged_native_widget.mm
@@ -412,6 +412,7 @@ void BridgedNativeWidget::OnFullscreenTransitionComplete(
in_fullscreen_transition_ = false;
if (target_fullscreen_state_ == actual_fullscreen_state) {
+ native_widget_mac_->OnFullscreenTransitionComplete(actual_fullscreen_state);
// Ensure constraints are re-applied when completing a transition.
OnSizeConstraintsChanged();
return;

Powered by Google App Engine
This is Rietveld 408576698