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

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

Issue 2772613003: views: don't use open-folder icons in TreeView on Mac (Closed)
Patch Set: Created 3 years, 9 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/controls/tree/tree_view.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 5e31fa2f66406dd9fa5a04d9576fa177cff569c8..876dba51c3a2e52fc117278912606b9740c6ec75 100644
--- a/ui/views/style/platform_style.h
+++ b/ui/views/style/platform_style.h
@@ -60,6 +60,10 @@ class VIEWS_EXPORT PlatformStyle {
// label for that row.
static const bool kTreeViewSelectionPaintsEntireRow;
+ // Whether TreeViews use a separate icon for the currently selected node's
+ // ancestors.
+ static const bool kTreeViewUsesOpenIcon;
+
// Whether ripples should be used for visual feedback on control activation.
static const bool kUseRipples;
« no previous file with comments | « ui/views/controls/tree/tree_view.cc ('k') | ui/views/style/platform_style.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698