Index: chrome/browser/ui/panels/panel_titlebar_view_cocoa.h |
diff --git a/chrome/browser/ui/panels/panel_titlebar_view_cocoa.h b/chrome/browser/ui/panels/panel_titlebar_view_cocoa.h |
index e9f04d9d7817c784a54c1fbce3547fb41614e18d..1b421b0a37d75cd10d185dbc5f3ef4ebaf68f2b6 100644 |
--- a/chrome/browser/ui/panels/panel_titlebar_view_cocoa.h |
+++ b/chrome/browser/ui/panels/panel_titlebar_view_cocoa.h |
@@ -91,7 +91,8 @@ enum PanelDragState { |
// Helpers to control title drag operation, called from more then one place. |
- (void)startDrag; |
- (void)endDrag:(BOOL)cancelled; |
-- (void)dragWithDeltaX:(int)deltaX; |
+- (void)dragWithDeltaX:(int)deltaX |
+ deltaY:(int)deltaY; |
// Update the visibility of settings button. |
- (void)updateSettingsButtonVisibility:(BOOL)mouseOverWindow; |