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

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

Issue 1671313002: MacViews: Overlay Scrollbars with Show/Hide Animations (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: nits Created 4 years, 10 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/platform_style.cc ('k') | ui/views/style/platform_style_mac.mm » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ui/views/style/platform_style_mac.cc
diff --git a/ui/views/style/platform_style_mac.cc b/ui/views/style/platform_style_mac.cc
deleted file mode 100644
index f1038d87842aeeea13a344d82c013f46914ee84a..0000000000000000000000000000000000000000
--- a/ui/views/style/platform_style_mac.cc
+++ /dev/null
@@ -1,22 +0,0 @@
-// Copyright 2015 The Chromium Authors. All rights reserved.
-// Use of this source code is governed by a BSD-style license that can be
-// found in the LICENSE file.
-
-#include "ui/views/style/platform_style.h"
-
-#include "ui/views/controls/button/label_button.h"
-#include "ui/views/controls/button/label_button_border.h"
-#include "ui/views/style/mac/dialog_button_border_mac.h"
-
-namespace views {
-
-// static
-scoped_ptr<LabelButtonBorder> PlatformStyle::CreateLabelButtonBorder(
- Button::ButtonStyle style) {
- if (style == Button::STYLE_BUTTON)
- return make_scoped_ptr(new DialogButtonBorderMac());
-
- return make_scoped_ptr(new LabelButtonAssetBorder(style));
-}
-
-} // namespace views
« no previous file with comments | « ui/views/style/platform_style.cc ('k') | ui/views/style/platform_style_mac.mm » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698