| Index: ui/wm/public/easy_resize_window_targeter.h
|
| diff --git a/ui/wm/public/easy_resize_window_targeter.h b/ui/wm/public/easy_resize_window_targeter.h
|
| index c4c7137abd3808680334f256bb724f21442340b3..f873509fd645c6fa71921d248a4e254e52e25d8e 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_;
|
|
|