| Index: ui/aura/toplevel_window_event_filter.h
|
| diff --git a/ui/aura/toplevel_window_event_filter.h b/ui/aura/toplevel_window_event_filter.h
|
| index 7a03bf4af81775255811761a06ff9ccf75e0b1ad..461577483b7c115084dcf8ff3fe5565f2eebe33f 100644
|
| --- a/ui/aura/toplevel_window_event_filter.h
|
| +++ b/ui/aura/toplevel_window_event_filter.h
|
| @@ -34,6 +34,9 @@ class ToplevelWindowEventFilter : public EventFilter {
|
| // The return value is returned by OnMouseEvent() above.
|
| bool HandleDrag(Window* target, MouseEvent* event);
|
|
|
| + // Updates the |window_component_| using the |event|'s location.
|
| + void UpdateWindowComponentForEvent(Window* window, MouseEvent* event);
|
| +
|
| // Calculates the new origin of the window during a drag.
|
| gfx::Point GetOriginForDrag(int bounds_change,
|
| Window* target,
|
|
|