Index: chrome/browser/ui/cocoa/location_bar/generated_credit_card_decoration.h |
diff --git a/chrome/browser/ui/cocoa/location_bar/generated_credit_card_decoration.h b/chrome/browser/ui/cocoa/location_bar/generated_credit_card_decoration.h |
index 7c43d4e257424302e78354cf11e4207a262e444f..74fd5ce0769defc370e39bd952fe7ab2b93ff32b 100644 |
--- a/chrome/browser/ui/cocoa/location_bar/generated_credit_card_decoration.h |
+++ b/chrome/browser/ui/cocoa/location_bar/generated_credit_card_decoration.h |
@@ -31,7 +31,7 @@ class GeneratedCreditCardDecoration : public ImageDecoration { |
// N.B. - this is identical to LocationBarDecorationView's OnClick |
// and canHandleClick. |
virtual bool AcceptsMousePress() OVERRIDE; |
- virtual bool OnMousePressed(NSRect frame) OVERRIDE; |
+ virtual bool OnMousePressed(NSRect frame, NSPoint location) OVERRIDE; |
virtual NSPoint GetBubblePointInFrame(NSRect frame) OVERRIDE; |
private: |