Index: chrome/browser/ui/cocoa/location_bar/location_icon_decoration.h |
diff --git a/chrome/browser/ui/cocoa/location_bar/location_icon_decoration.h b/chrome/browser/ui/cocoa/location_bar/location_icon_decoration.h |
index 8915ecfcb33cd82cc473e768355a4856a4fda14f..615affabc723d3bdfb3e0785fcbc38fe163e7ddf 100644 |
--- a/chrome/browser/ui/cocoa/location_bar/location_icon_decoration.h |
+++ b/chrome/browser/ui/cocoa/location_bar/location_icon_decoration.h |
@@ -26,7 +26,7 @@ class LocationIconDecoration : public ImageDecoration { |
virtual NSRect GetDragImageFrame(NSRect frame) OVERRIDE; |
// Show the page info panel on click. |
- virtual bool OnMousePressed(NSRect frame) OVERRIDE; |
+ virtual bool OnMousePressed(NSRect frame, NSPoint location) OVERRIDE; |
virtual bool AcceptsMousePress() OVERRIDE; |
virtual NSString* GetToolTip() OVERRIDE; |
virtual NSPoint GetBubblePointInFrame(NSRect frame) OVERRIDE; |