diff options
Diffstat (limited to 'ui/wm/public/easy_resize_window_targeter.h')
-rw-r--r-- | ui/wm/public/easy_resize_window_targeter.h | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/ui/wm/public/easy_resize_window_targeter.h b/ui/wm/public/easy_resize_window_targeter.h index c4c7137..f873509 100644 --- a/ui/wm/public/easy_resize_window_targeter.h +++ b/ui/wm/public/easy_resize_window_targeter.h @@ -36,6 +36,10 @@ class EasyResizeWindowTargeter : public aura::WindowTargeter { const ui::LocatedEvent& event) const OVERRIDE; private: + // Returns true if the hit testing (EventLocationInsideBounds()) should use + // the extended bounds. + bool ShouldUseExtendedBounds(const aura::Window* window) const; + aura::Window* container_; gfx::Insets mouse_extend_; gfx::Insets touch_extend_; |