| Index: third_party/WebKit/Source/core/paint/ThemePainter.cpp
|
| diff --git a/third_party/WebKit/Source/core/paint/ThemePainter.cpp b/third_party/WebKit/Source/core/paint/ThemePainter.cpp
|
| index 5b7cee9382771cb83998fc6c62b162e461923d14..e6ab416d168fdeedcc2f936b5fe317147a4d9ff7 100644
|
| --- a/third_party/WebKit/Source/core/paint/ThemePainter.cpp
|
| +++ b/third_party/WebKit/Source/core/paint/ThemePainter.cpp
|
| @@ -164,7 +164,8 @@ bool ThemePainter::paint(const LayoutObject& o,
|
| break;
|
| }
|
|
|
| - return true; // We don't support the appearance, so let the normal background/border paint.
|
| + return true; // We don't support the appearance, so let the normal
|
| + // background/border paint.
|
| }
|
|
|
| bool ThemePainter::paintBorderOnly(const LayoutObject& o,
|
| @@ -289,7 +290,8 @@ void ThemePainter::paintSliderTicks(const LayoutObject& o,
|
| input->userAgentShadowRoot()
|
| ->getElementById(ShadowElementNames::sliderTrack())
|
| ->layoutObject();
|
| - // We can ignoring transforms because transform is handled by the graphics context.
|
| + // We can ignoring transforms because transform is handled by the graphics
|
| + // context.
|
| if (trackLayoutObject)
|
| trackBounds =
|
| trackLayoutObject->absoluteBoundingBoxRectIgnoringTransforms();
|
|
|