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

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

Issue 2391393002: Harmony - Use FocusableBorder for comboboxes on Mac (Closed)
Patch Set: more 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
Index: ui/views/style/platform_style.cc
diff --git a/ui/views/style/platform_style.cc b/ui/views/style/platform_style.cc
index a9fd9829c9d8473b82c6ad70c0c9487152b9801a..2ff0120a6bcd7abd65df02afc590fcd855d9dbd1 100644
--- a/ui/views/style/platform_style.cc
+++ b/ui/views/style/platform_style.cc
@@ -58,12 +58,6 @@ std::unique_ptr<FocusableBorder> PlatformStyle::CreateComboboxBorder() {
}
// static
-std::unique_ptr<Background> PlatformStyle::CreateComboboxBackground(
- int shoulder_width) {
- return nullptr;
-}
-
-// static
std::unique_ptr<ScrollBar> PlatformStyle::CreateScrollBar(bool is_horizontal) {
return base::MakeUnique<NativeScrollBar>(is_horizontal);
}

Powered by Google App Engine
This is Rietveld 408576698