summaryrefslogtreecommitdiffstats
path: root/chrome/browser/plugin_process_host.h
diff options
context:
space:
mode:
Diffstat (limited to 'chrome/browser/plugin_process_host.h')
-rw-r--r--chrome/browser/plugin_process_host.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/chrome/browser/plugin_process_host.h b/chrome/browser/plugin_process_host.h
index 6c5e17f..e397c4c 100644
--- a/chrome/browser/plugin_process_host.h
+++ b/chrome/browser/plugin_process_host.h
@@ -153,6 +153,8 @@ class PluginProcessHost : public ChildProcessHost,
#if defined(OS_MACOSX)
// Tracks plugin windows currently visible
std::set<uint32> plugin_visible_windows_set_;
+ // Tracks full screen windows currently visible
+ std::set<uint32> plugin_fullscreen_windows_set_;
#endif
DISALLOW_COPY_AND_ASSIGN(PluginProcessHost);