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

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

Issue 10830187: Prevent Flash from dropping focus on fullscreen change (Closed) Base URL: svn://chrome-svn/chrome/trunk/src/
Patch Set: Created 8 years, 4 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
« no previous file with comments | « no previous file | content/browser/renderer_host/render_widget_host_view_win.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: content/browser/renderer_host/render_widget_host_view_win.h
===================================================================
--- content/browser/renderer_host/render_widget_host_view_win.h (revision 149690)
+++ content/browser/renderer_host/render_widget_host_view_win.h (working copy)
@@ -452,8 +452,7 @@
bool about_to_validate_and_paint_;
// true if the View should be closed when its HWND is deactivated (used to
- // support SELECT popups and fullscreen widgets which are closed when they are
- // deactivated).
+ // support SELECT popups which are closed when they are deactivated).
bool close_on_deactivate_;
// Whether Destroy() has been called. Used to detect a crasher
« no previous file with comments | « no previous file | content/browser/renderer_host/render_widget_host_view_win.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698