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

Unified Diff: content/browser/renderer_host/render_widget_host_view_aura.h

Issue 100903002: Ignore fullscreen windows which are behind other windows for fullscreen mode. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Add test that WorkspaceLayoutManager correctly notifies on fullscreen changes. Created 7 years 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: content/browser/renderer_host/render_widget_host_view_aura.h
diff --git a/content/browser/renderer_host/render_widget_host_view_aura.h b/content/browser/renderer_host/render_widget_host_view_aura.h
index 385495a9c4db5bcff3953cc3256bf5c1e2f20fd1..8d3393c9f51efa27dd1999e304325229d414301c 100644
--- a/content/browser/renderer_host/render_widget_host_view_aura.h
+++ b/content/browser/renderer_host/render_widget_host_view_aura.h
@@ -575,6 +575,9 @@ class CONTENT_EXPORT RenderWidgetHostViewAura
// after requesting shutdown for another reason (e.g. Escape key).
bool in_shutdown_;
+ // True if in the process of handling a window bounds changed notification.
+ bool in_bounds_changed_;
+
// Is this a fullscreen view?
bool is_fullscreen_;

Powered by Google App Engine
This is Rietveld 408576698