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

Unified Diff: ui/views/controls/button/text_button.cc

Issue 81833007: Remove unnecessary Border subclasses where we can achieve the same functionality (Closed) Base URL: svn://chrome-svn/chrome/trunk/src/
Patch Set: Created 7 years, 1 month 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/text_button.cc
===================================================================
--- ui/views/controls/button/text_button.cc (revision 236651)
+++ ui/views/controls/button/text_button.cc (working copy)
@@ -74,6 +74,9 @@
TextButtonBorder::~TextButtonBorder() {
}
+void TextButtonBorder::Paint(const View& view, gfx::Canvas* canvas) {
+}
+
gfx::Insets TextButtonBorder::GetInsets() const {
return insets_;
}

Powered by Google App Engine
This is Rietveld 408576698