| Index: chrome/browser/ui/cocoa/location_bar/web_intents_button_decoration.h
|
| diff --git a/chrome/browser/ui/cocoa/location_bar/web_intents_button_decoration.h b/chrome/browser/ui/cocoa/location_bar/web_intents_button_decoration.h
|
| index 14c59be899632cc7a1e7482ec1da186b8402947c..437e41b7aaeeead73f66571953bf55bf907d9f1d 100644
|
| --- a/chrome/browser/ui/cocoa/location_bar/web_intents_button_decoration.h
|
| +++ b/chrome/browser/ui/cocoa/location_bar/web_intents_button_decoration.h
|
| @@ -31,7 +31,7 @@ class WebIntentsButtonDecoration : public BubbleDecoration {
|
| // LocationBarDecoration
|
| virtual bool AcceptsMousePress() OVERRIDE;
|
| virtual bool OnMousePressed(NSRect frame) OVERRIDE;
|
| - virtual CGFloat GetWidthForSpace(CGFloat width) OVERRIDE;
|
| + virtual CGFloat GetWidthForSpace(CGFloat width, CGFloat text_width) OVERRIDE;
|
| virtual void DrawInFrame(NSRect frame, NSView* control_view) OVERRIDE;
|
|
|
| // Optionally display the web intents button.
|
|
|