Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(474)

Unified Diff: ui/views/controls/focusable_border.h

Issue 59383003: Add the button style for combobox (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: rebasing Created 7 years ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: ui/views/controls/focusable_border.h
diff --git a/ui/views/controls/focusable_border.h b/ui/views/controls/focusable_border.h
index 18b7583385caecad66c2d55082872703711ac371..1b97348b7e4232027448725d4c64dbbfeac5d2a1 100644
--- a/ui/views/controls/focusable_border.h
+++ b/ui/views/controls/focusable_border.h
@@ -22,6 +22,9 @@ class VIEWS_EXPORT FocusableBorder : public Border {
public:
FocusableBorder();
+ // Resets the insets of the border.
+ void ResetInsets();
sky 2013/12/02 21:28:55 I don't want to add anything more to this class. C
hajimehoshi 2013/12/03 10:30:52 Done.
+
// Sets the insets of the border.
void SetInsets(int top, int left, int bottom, int right);

Powered by Google App Engine
This is Rietveld 408576698