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

Unified Diff: ui/base/test/scoped_fake_nswindow_fullscreen.h

Issue 1905273002: Fix positioning of Mac permission prompts when fullscreen. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Feedback Created 4 years, 8 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/base/test/scoped_fake_nswindow_fullscreen.h
diff --git a/ui/base/test/scoped_fake_nswindow_fullscreen.h b/ui/base/test/scoped_fake_nswindow_fullscreen.h
index 8424932923ed2aa9d1002ba4c3843608c3e8a162..6a5e639775d6e2b48fc0f0af84383a81e573f281 100644
--- a/ui/base/test/scoped_fake_nswindow_fullscreen.h
+++ b/ui/base/test/scoped_fake_nswindow_fullscreen.h
@@ -24,6 +24,9 @@ class ScopedFakeNSWindowFullscreen {
ScopedFakeNSWindowFullscreen();
~ScopedFakeNSWindowFullscreen();
+ // Wait for any transition in progress to complete.
+ void FinishTransition();
+
private:
std::unique_ptr<Impl> impl_;

Powered by Google App Engine
This is Rietveld 408576698