| Index: chrome/browser/ui/cocoa/location_bar/bubble_decoration.h
|
| diff --git a/chrome/browser/ui/cocoa/location_bar/bubble_decoration.h b/chrome/browser/ui/cocoa/location_bar/bubble_decoration.h
|
| index e5476f3c57777d0b4a31f478eabbc972e3141037..f5634c806f95f47ed8a0d534ca6b8704d0b2fd64 100644
|
| --- a/chrome/browser/ui/cocoa/location_bar/bubble_decoration.h
|
| +++ b/chrome/browser/ui/cocoa/location_bar/bubble_decoration.h
|
| @@ -30,7 +30,7 @@ class BubbleDecoration : 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;
|
|
|
| protected:
|
| // Helper returning bubble width for the given |image| and |label|
|
|
|