Index: ui/aura/window_event_dispatcher.h |
diff --git a/ui/aura/window_event_dispatcher.h b/ui/aura/window_event_dispatcher.h |
index 06d0075f185eb6ef0faf50d1eaea27c38e094347..1c2c6f11cfb21381110f0081e45d878fff00ef94 100644 |
--- a/ui/aura/window_event_dispatcher.h |
+++ b/ui/aura/window_event_dispatcher.h |
@@ -107,6 +107,7 @@ |
// coordinates. This may return a point outside the root window's bounds. |
gfx::Point GetLastMouseLocationInRoot() const; |
+ void OnHostLostMouseGrab(); |
void OnCursorMovedToRootLocation(const gfx::Point& root_location); |
// TODO(beng): This is only needed because this cleanup needs to happen after |