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

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

Issue 2701993002: DO NOT COMMIT: Results of running new (proposed) clang-format on Blink (Closed)
Patch Set: Created 3 years, 10 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/LayoutTheme.cpp
diff --git a/third_party/WebKit/Source/core/layout/LayoutTheme.cpp b/third_party/WebKit/Source/core/layout/LayoutTheme.cpp
index c42b215c57a01c1fec0a1b4ccdc19a3cfb46b7b9..1bc15042698aeee7337841b11beeeb2f36aa282b 100644
--- a/third_party/WebKit/Source/core/layout/LayoutTheme.cpp
+++ b/third_party/WebKit/Source/core/layout/LayoutTheme.cpp
@@ -623,8 +623,9 @@ void LayoutTheme::adjustMenuListButtonStyle(ComputedStyle&, Element*) const {}
void LayoutTheme::adjustSliderContainerStyle(ComputedStyle& style,
Element* e) const {
- if (e && (e->shadowPseudoId() == "-webkit-media-slider-container" ||
- e->shadowPseudoId() == "-webkit-slider-container")) {
+ if (e &&
+ (e->shadowPseudoId() == "-webkit-media-slider-container" ||
+ e->shadowPseudoId() == "-webkit-slider-container")) {
if (style.appearance() == SliderVerticalPart) {
style.setTouchAction(TouchActionPanX);
style.setAppearance(NoControlPart);
« no previous file with comments | « third_party/WebKit/Source/core/layout/LayoutTextTest.cpp ('k') | third_party/WebKit/Source/core/layout/LayoutThemeMac.mm » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698