| Index: chrome/browser/ui/views/location_bar/icon_label_bubble_view.h
|
| diff --git a/chrome/browser/ui/views/location_bar/icon_label_bubble_view.h b/chrome/browser/ui/views/location_bar/icon_label_bubble_view.h
|
| index d6ffdc572c79faf2fb8c11f043996fea39e6e1f9..12a51aa3a30658d070062366e1872d6c7485c1d9 100644
|
| --- a/chrome/browser/ui/views/location_bar/icon_label_bubble_view.h
|
| +++ b/chrome/browser/ui/views/location_bar/icon_label_bubble_view.h
|
| @@ -112,9 +112,15 @@ class IconLabelBubbleView : public views::InkDropHostView {
|
| // (or image, if the label is invisible) to the trailing edge of the view.
|
| int GetOuterPadding(bool leading) const;
|
|
|
| + // Horizontal position of the image trailing edge (i.e. just after the image).
|
| + int GetImageTrailingEdge() const;
|
| +
|
| // Spacing between the image and the label.
|
| int GetInternalSpacing() const;
|
|
|
| + // Additional width necessary after the label, when the view is at full width.
|
| + int GetPostLabelWidth() const;
|
| +
|
| // views::View:
|
| const char* GetClassName() const override;
|
| void OnPaint(gfx::Canvas* canvas) override;
|
|
|