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

Unified Diff: third_party/WebKit/Source/core/paint/PaintLayerScrollableArea.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/paint/PaintLayerScrollableArea.cpp
diff --git a/third_party/WebKit/Source/core/paint/PaintLayerScrollableArea.cpp b/third_party/WebKit/Source/core/paint/PaintLayerScrollableArea.cpp
index 33358d38065cf8e77fde4b3eb3845938438017c6..1674ef158029afb2d7dd52d994d0e96798a8a4ae 100644
--- a/third_party/WebKit/Source/core/paint/PaintLayerScrollableArea.cpp
+++ b/third_party/WebKit/Source/core/paint/PaintLayerScrollableArea.cpp
@@ -1336,11 +1336,10 @@ void PaintLayerScrollableArea::updateScrollCornerStyle() {
const LayoutObject& styleSource = scrollbarStyleSource(box());
RefPtr<ComputedStyle> corner =
- box().hasOverflowClip()
- ? styleSource.getUncachedPseudoStyle(
- PseudoStyleRequest(PseudoIdScrollbarCorner),
- styleSource.style())
- : PassRefPtr<ComputedStyle>(nullptr);
+ box().hasOverflowClip() ? styleSource.getUncachedPseudoStyle(
+ PseudoStyleRequest(PseudoIdScrollbarCorner),
+ styleSource.style())
+ : PassRefPtr<ComputedStyle>(nullptr);
if (corner) {
if (!m_scrollCorner) {
m_scrollCorner =

Powered by Google App Engine
This is Rietveld 408576698