summaryrefslogtreecommitdiffstats
path: root/apps/shell_window.h
diff options
context:
space:
mode:
Diffstat (limited to 'apps/shell_window.h')
-rw-r--r--apps/shell_window.h5
1 files changed, 1 insertions, 4 deletions
diff --git a/apps/shell_window.h b/apps/shell_window.h
index 103eb1b..8e1eff2 100644
--- a/apps/shell_window.h
+++ b/apps/shell_window.h
@@ -254,7 +254,7 @@ class ShellWindow : public content::NotificationObserver,
void OnNativeClose();
// Should be called by native implementations when the window size, position,
- // minimized/maximized, or visibility state has changed.
+ // or minimized/maximized state has changed.
void OnNativeWindowChanged();
// Should be called by native implementations when the window is activated.
@@ -431,9 +431,6 @@ class ShellWindow : public content::NotificationObserver,
// Fullscreen entered by HTML requestFullscreen.
bool fullscreen_for_tab_;
- // The window content is visible.
- bool is_content_visible_;
-
// Size constraints on the window.
SizeConstraints size_constraints_;