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

Unified Diff: ash/wm/window_state_observer.h

Issue 27458002: Allow setting different hit test bounds overrides for mouse and touch (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 7 years, 2 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 | « ash/wm/window_state.cc ('k') | ash/wm/wm_types.h » ('j') | ui/aura/window.h » ('J')
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ash/wm/window_state_observer.h
diff --git a/ash/wm/window_state_observer.h b/ash/wm/window_state_observer.h
index 75008a8c1d8921fa8bb501366e804e4d21ffe0b9..7e18868a06cb44b11a4820ca799514ccb882bfe2 100644
--- a/ash/wm/window_state_observer.h
+++ b/ash/wm/window_state_observer.h
@@ -25,6 +25,10 @@ class ASH_EXPORT WindowStateObserver {
// before the change.
virtual void OnWindowShowTypeChanged(WindowState* window_state,
WindowShowType old_type) {}
+
+ // Called when the fullscreen type of a fullscreen window changes.
+ virtual void OnWindowFullscreenTypeChanged(WindowState* window_state,
+ FullscreenType old_type) {}
};
} // namespace wm
« no previous file with comments | « ash/wm/window_state.cc ('k') | ash/wm/wm_types.h » ('j') | ui/aura/window.h » ('J')

Powered by Google App Engine
This is Rietveld 408576698