| Index: ui/views/controls/button/label_button.h
|
| diff --git a/ui/views/controls/button/label_button.h b/ui/views/controls/button/label_button.h
|
| index b9a73f23b61490768025527a6eabe467ad9e7d0e..1670a94fb244422293146f78232961e112782607 100644
|
| --- a/ui/views/controls/button/label_button.h
|
| +++ b/ui/views/controls/button/label_button.h
|
| @@ -97,7 +97,9 @@ class VIEWS_EXPORT LabelButton : public CustomButton,
|
|
|
| // Creates the default border for this button. This can be overridden by
|
| // subclasses or by LinuxUI.
|
| - virtual scoped_ptr<Border> CreateDefaultBorder() const;
|
| + virtual scoped_ptr<LabelButtonBorder> CreateDefaultBorder() const;
|
| +
|
| + virtual void SetDefaultBorderInsets(views::LabelButtonBorder* border);
|
|
|
| // Updates the image view to contain the appropriate button state image.
|
| void UpdateImage();
|
|
|