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 = |