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

Unified Diff: third_party/WebKit/Source/core/layout/LayoutSliderContainer.cpp

Issue 2614883007: Change computed style enums to be prefixed with 'k'. (Closed)
Patch Set: Rebase on ToT. Created 3 years, 11 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
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(
« no previous file with comments | « third_party/WebKit/Source/core/layout/LayoutRubyText.cpp ('k') | third_party/WebKit/Source/core/layout/LayoutTable.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698