Index: third_party/WebKit/public/platform/WebScrollbarThemePainter.h |
diff --git a/third_party/WebKit/public/platform/WebScrollbarThemePainter.h b/third_party/WebKit/public/platform/WebScrollbarThemePainter.h |
index f8f4ddf6fd5dcb7736eb868df96e7f4ec0c7d7dc..665e746c760580fb788d3143ee823b9e8d610c6a 100644 |
--- a/third_party/WebKit/public/platform/WebScrollbarThemePainter.h |
+++ b/third_party/WebKit/public/platform/WebScrollbarThemePainter.h |
@@ -64,7 +64,8 @@ class WebScrollbarThemePainter { |
BLINK_PLATFORM_EXPORT void paintTickmarks(WebCanvas*, const WebRect&); |
BLINK_PLATFORM_EXPORT void paintThumb(WebCanvas*, const WebRect&); |
- // This opacity is applied on top of the content that is painted for the thumb. |
+ // This opacity is applied on top of the content that is painted for the |
+ // thumb. |
BLINK_PLATFORM_EXPORT float thumbOpacity() const; |
BLINK_PLATFORM_EXPORT bool trackNeedsRepaint() const; |