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

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

Issue 2391393002: Harmony - Use FocusableBorder for comboboxes on Mac (Closed)
Patch Set: fix mac Created 4 years, 2 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/combobox_background_mac.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 3e390abe1f3c63a8f346cc6f2f05e84cf0be0712..b4cf8deba49e45b235a1634ad8ef74d6903e5c70 100644
--- a/ui/views/style/platform_style.h
+++ b/ui/views/style/platform_style.h
@@ -62,13 +62,6 @@ class VIEWS_EXPORT PlatformStyle {
static gfx::ImageSkia CreateComboboxArrow(bool is_enabled,
Combobox::Style style);
- // Creates the appropriate border for a focusable Combobox.
- static std::unique_ptr<FocusableBorder> CreateComboboxBorder();
-
- // Creates the appropriate background for a Combobox.
- static std::unique_ptr<Background> CreateComboboxBackground(
- int shoulder_width);
-
// 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/combobox_background_mac.cc ('k') | ui/views/style/platform_style.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698