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, |