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

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

Issue 292153008: linux_aura: Fix the insets on LabelButtons. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: 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/blue_button.h
diff --git a/ui/views/controls/button/blue_button.h b/ui/views/controls/button/blue_button.h
index efb2acb1ae59f3b4deebaf19c7d153ca66a90eae..8c83c007ec653c569e50814ac8977b5dca4b3ed0 100644
--- a/ui/views/controls/button/blue_button.h
+++ b/ui/views/controls/button/blue_button.h
@@ -22,7 +22,7 @@ class VIEWS_EXPORT BlueButton : public LabelButton {
// Overridden from LabelButton:
virtual void ResetColorsFromNativeTheme() OVERRIDE;
virtual const char* GetClassName() const OVERRIDE;
- virtual scoped_ptr<Border> CreateDefaultBorder() const OVERRIDE;
+ virtual scoped_ptr<LabelButtonBorder> CreateDefaultBorder() const OVERRIDE;
DISALLOW_COPY_AND_ASSIGN(BlueButton);
};

Powered by Google App Engine
This is Rietveld 408576698