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

Unified Diff: ui/views/style/platform_style.h

Issue 2358913006: views: remove PlatformStyle::CreateLabelButtonBorder (Closed)
Patch Set: remove DialogButtonBorderMac too Created 4 years, 3 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
« no previous file with comments | « ui/views/style/mac/dialog_button_border_mac_unittest.cc ('k') | ui/views/style/platform_style.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ui/views/style/platform_style.h
diff --git a/ui/views/style/platform_style.h b/ui/views/style/platform_style.h
index bc9eab35332e1e8bba1cdbbb0fb294d051be8170..8405cb2009a6d2284b297e80343f7efd728c9cde 100644
--- a/ui/views/style/platform_style.h
+++ b/ui/views/style/platform_style.h
@@ -19,7 +19,6 @@ class Border;
class FocusableBorder;
class Label;
class LabelButton;
-class LabelButtonBorder;
class ScrollBar;
// Cross-platform API for providing platform-specific styling for toolkit-views.
@@ -70,11 +69,6 @@ class VIEWS_EXPORT PlatformStyle {
static std::unique_ptr<Background> CreateComboboxBackground(
int shoulder_width);
- // Creates the default label button border for the given |style|. Used when a
- // custom default border is not provided for a particular LabelButton class.
- static std::unique_ptr<LabelButtonBorder> CreateLabelButtonBorder(
- Button::ButtonStyle style);
-
// Creates the default scrollbar for the given orientation.
static std::unique_ptr<ScrollBar> CreateScrollBar(bool is_horizontal);
« no previous file with comments | « ui/views/style/mac/dialog_button_border_mac_unittest.cc ('k') | ui/views/style/platform_style.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698