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

Unified Diff: third_party/WebKit/Source/platform/scroll/ScrollbarTheme.h

Issue 2387053003: reflow comments in platform/{mediastream,scroll} (Closed)
Patch Set: blah 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/Source/platform/scroll/ScrollbarTheme.h
diff --git a/third_party/WebKit/Source/platform/scroll/ScrollbarTheme.h b/third_party/WebKit/Source/platform/scroll/ScrollbarTheme.h
index a589b5041786e10ba22cea566d5840110142ffcc..c23c2ec4c8d60d716957055b7412f38584b61e11 100644
--- a/third_party/WebKit/Source/platform/scroll/ScrollbarTheme.h
+++ b/third_party/WebKit/Source/platform/scroll/ScrollbarTheme.h
@@ -104,7 +104,8 @@ class PLATFORM_EXPORT ScrollbarTheme {
int thumbPosition(const ScrollbarThemeClient& scrollbar) {
return thumbPosition(scrollbar, scrollbar.currentPos());
}
- // The position the thumb would have, relative to the track, at the specified scroll position.
+ // The position the thumb would have, relative to the track, at the specified
+ // scroll position.
virtual int thumbPosition(const ScrollbarThemeClient&, float scrollPosition);
// The length of the thumb along the axis of the scrollbar.
virtual int thumbLength(const ScrollbarThemeClient&);

Powered by Google App Engine
This is Rietveld 408576698