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 fe0c583f259c635dc1cb080f4a345d1b36a8543f..fcb9e67f87c0bb769cf31ec7f55399eb369d1260 100644 |
--- a/ui/aura/toplevel_window_event_filter.h |
+++ b/ui/aura/toplevel_window_event_filter.h |
@@ -36,6 +36,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, |