| Index: chrome/browser/ui/cocoa/location_bar/keyword_hint_decoration.h
|
| diff --git a/chrome/browser/ui/cocoa/location_bar/keyword_hint_decoration.h b/chrome/browser/ui/cocoa/location_bar/keyword_hint_decoration.h
|
| index 88ece6fa841aa66ac7c00023b81e1adf64737574..4215d59944e3ab29ba24f5dc3fb85bb96c520e76 100644
|
| --- a/chrome/browser/ui/cocoa/location_bar/keyword_hint_decoration.h
|
| +++ b/chrome/browser/ui/cocoa/location_bar/keyword_hint_decoration.h
|
| @@ -25,7 +25,7 @@ class KeywordHintDecoration : public LocationBarDecoration {
|
|
|
| // Implement |LocationBarDecoration|.
|
| virtual void DrawInFrame(NSRect frame, NSView* control_view) OVERRIDE;
|
| - virtual CGFloat GetWidthForSpace(CGFloat width) OVERRIDE;
|
| + virtual CGFloat GetWidthForSpace(CGFloat width, CGFloat text_width) OVERRIDE;
|
|
|
| private:
|
| // Fetch and cache the [tab] image.
|
|
|