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

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: 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..c3be77256772215f9cf1932f9ee3d924985b42ec 100644
--- a/ui/base/test/scoped_fake_nswindow_fullscreen.h
+++ b/ui/base/test/scoped_fake_nswindow_fullscreen.h
@@ -24,6 +24,8 @@ class ScopedFakeNSWindowFullscreen {
ScopedFakeNSWindowFullscreen();
~ScopedFakeNSWindowFullscreen();
+ bool IsInTransition();
tapted 2016/04/22 05:27:40 comment for this? E.g. Whether a fullscreen tran
benwells 2016/04/28 07:32:44 Done.
+
private:
std::unique_ptr<Impl> impl_;

Powered by Google App Engine
This is Rietveld 408576698