Chromium Code Reviews| Index: third_party/WebKit/Source/core/layout/LayoutThemeMac.mm |
| diff --git a/third_party/WebKit/Source/core/layout/LayoutThemeMac.mm b/third_party/WebKit/Source/core/layout/LayoutThemeMac.mm |
| index 6522ad8f39d5fa9a6af31c113780ee77299012ea..ac6dc91b65653f6bbf6806ad08ae35dc25678cc2 100644 |
| --- a/third_party/WebKit/Source/core/layout/LayoutThemeMac.mm |
| +++ b/third_party/WebKit/Source/core/layout/LayoutThemeMac.mm |
| @@ -485,7 +485,7 @@ bool LayoutThemeMac::isControlStyled(const ComputedStyle& style) const { |
| return true; |
| // NSPopUpButtonCell on macOS 10.9 doesn't support |
| // NSUserInterfaceLayoutDirectionRightToLeft. |
| - if (IsOS10_9() && style.direction() == RTL) |
|
sashab
2016/12/07 05:40:26
ptal
|
| + if (IsOS10_9() && style.direction() == TextDirection::Rtl) |
| return true; |
| } |
| // Some other cells don't work well when scaled. |