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

Unified Diff: ui/views/controls/button/label_button.h

Issue 292153008: linux_aura: Fix the insets on LabelButtons. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Moved to a chain of CreateDefaultBorder()s instead. Created 6 years, 7 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/button/label_button.h
diff --git a/ui/views/controls/button/label_button.h b/ui/views/controls/button/label_button.h
index b9a73f23b61490768025527a6eabe467ad9e7d0e..cf461747e99299bb4c2011434aa0ac053e3742c5 100644
--- a/ui/views/controls/button/label_button.h
+++ b/ui/views/controls/button/label_button.h
@@ -97,7 +97,7 @@ 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;
// Updates the image view to contain the appropriate button state image.
void UpdateImage();

Powered by Google App Engine
This is Rietveld 408576698