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

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

Issue 2532613002: MacViews: fix bubble direction in RTL. (Closed)
Patch Set: Use the advice in buildflag.h? Created 4 years, 1 month 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 32c72b7982670d2f35a73013e38829f3e3445175..1febd1f4cd2b6cb48f73459294d3ca573a6f0d76 100644
--- a/ui/views/style/platform_style.cc
+++ b/ui/views/style/platform_style.cc
@@ -45,6 +45,7 @@ const CustomButton::NotifyAction PlatformStyle::kMenuNotifyActivationAction =
const bool PlatformStyle::kTreeViewHasFocusRing = false;
const bool PlatformStyle::kTreeViewSelectionPaintsEntireRow = false;
const bool PlatformStyle::kUseRipples = true;
+const bool PlatformStyle::kMirrorBubbleArrowInRTLByDefault = true;
// static
gfx::ImageSkia PlatformStyle::CreateComboboxArrow(bool is_enabled,

Powered by Google App Engine
This is Rietveld 408576698