| 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 1fbb00315a4a254de6426a5ba626fe67937dbf87..0e04f5152a80c366849f3defc0758d1f3d5430a1 100644
|
| --- a/ui/views/controls/button/label_button.h
|
| +++ b/ui/views/controls/button/label_button.h
|
| @@ -131,6 +131,10 @@ class VIEWS_EXPORT LabelButton : public CustomButton,
|
| // Resets colors from the NativeTheme, explicitly set colors are unchanged.
|
| virtual void ResetColorsFromNativeTheme();
|
|
|
| + // Changes the visual styling of this button to reflect the state of
|
| + // |is_default()|.
|
| + virtual void UpdateStyleToIndicateDefaultStatus();
|
| +
|
| // Updates the image view to contain the appropriate button state image.
|
| void UpdateImage();
|
|
|
|
|