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

Unified Diff: third_party/WebKit/public/platform/WebScrollbarThemePainter.h

Issue 2387113002: reflow comments in public/platform/ (Closed)
Patch Set: Created 4 years, 2 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/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;

Powered by Google App Engine
This is Rietveld 408576698