| Index: third_party/WebKit/Source/core/layout/LayoutSliderContainer.cpp
|
| diff --git a/third_party/WebKit/Source/core/layout/LayoutSliderContainer.cpp b/third_party/WebKit/Source/core/layout/LayoutSliderContainer.cpp
|
| index 7499188f6f4313f2221bfc91e412480bd6a032ed..db63b142b5bc22b5b69242ce99e2d8065ad23d17 100644
|
| --- a/third_party/WebKit/Source/core/layout/LayoutSliderContainer.cpp
|
| +++ b/third_party/WebKit/Source/core/layout/LayoutSliderContainer.cpp
|
| @@ -105,7 +105,7 @@ void LayoutSliderContainer::layout() {
|
| // FIXME: Work around rounding issues in RTL vertical sliders. We want them
|
| // to render identically to LTR vertical sliders. We can remove this work
|
| // around when subpixel rendering is enabled on all ports.
|
| - mutableStyleRef().setDirection(TextDirection::Ltr);
|
| + mutableStyleRef().setDirection(TextDirection::kLtr);
|
| }
|
|
|
| Element* thumbElement = input->userAgentShadowRoot()->getElementById(
|
|
|