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

Unified Diff: ash/wm/frame_border_hit_test_controller.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
Index: ash/wm/frame_border_hit_test_controller.h
diff --git a/ash/wm/frame_border_hit_test_controller.h b/ash/wm/frame_border_hit_test_controller.h
index 21fe9cf0305ee99120f356465941f73a5571e0c7..7de12168e290efb861b1cdfbb854fc6e3c6dbb48 100644
--- a/ash/wm/frame_border_hit_test_controller.h
+++ b/ash/wm/frame_border_hit_test_controller.h
@@ -43,9 +43,12 @@ class ASH_EXPORT FrameBorderHitTestController : public wm::WindowStateObserver,
// handles are shown based on |window_|'s show type.
void UpdateHitTestBoundsOverrideInner();
- // WindowStateObserver override:
+ // WindowStateObserver overrides:
virtual void OnWindowShowTypeChanged(wm::WindowState* window_state,
wm::WindowShowType old_type) OVERRIDE;
+ virtual void OnWindowFullscreenTypeChanged(
+ wm::WindowState* window_state,
+ wm::FullscreenType old_type) OVERRIDE;
// WindowObserver override:
virtual void OnWindowDestroying(aura::Window* window) OVERRIDE;

Powered by Google App Engine
This is Rietveld 408576698