Index: ui/aura/root_window.h |
diff --git a/ui/aura/root_window.h b/ui/aura/root_window.h |
index 427a532892e81020209c5d1bbad201b7b5173dd7..7631d96ba4cc11444ce46c69b91b3114ebd3e6b6 100644 |
--- a/ui/aura/root_window.h |
+++ b/ui/aura/root_window.h |
@@ -331,7 +331,8 @@ class AURA_EXPORT RootWindow : public ui::CompositorDelegate, |
virtual bool OnHostMouseEvent(ui::MouseEvent* event) OVERRIDE; |
virtual bool OnHostScrollEvent(ui::ScrollEvent* event) OVERRIDE; |
virtual bool OnHostTouchEvent(ui::TouchEvent* event) OVERRIDE; |
- virtual void OnHostLostCapture() OVERRIDE; |
+ virtual void OnHostLostWindowCapture() OVERRIDE; |
+ virtual void OnHostLostMouseGrab() OVERRIDE; |
virtual void OnHostPaint() OVERRIDE; |
virtual void OnHostMoved(const gfx::Point& origin) OVERRIDE; |
virtual void OnHostResized(const gfx::Size& size) OVERRIDE; |