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

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

Issue 516943003: Add textfield internal padding from FocusableBorder. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Shrink FocusableBorder; add Textfield and Combobox padding. Created 6 years, 4 months 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 bad888e8afb05f0d37a812f3063f6b56f1655e8e..b8f9aa7d17654c3f8d410a9c8b9d1759a91401f8 100644
--- a/ui/views/controls/focusable_border.h
+++ b/ui/views/controls/focusable_border.h
@@ -21,6 +21,7 @@ namespace views {
class VIEWS_EXPORT FocusableBorder : public Border {
public:
FocusableBorder();
+ virtual ~FocusableBorder();
// 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