Index: cc/layers/scrollbar_geometry_fixed_thumb.cc |
diff --git a/cc/layers/scrollbar_geometry_fixed_thumb.cc b/cc/layers/scrollbar_geometry_fixed_thumb.cc |
index aaca66e6682fdc4cbc000b7041b9b6ddd8d33f10..66dd293e4921dd5239fcb87f05bb65121aa68108 100644 |
--- a/cc/layers/scrollbar_geometry_fixed_thumb.cc |
+++ b/cc/layers/scrollbar_geometry_fixed_thumb.cc |
@@ -54,14 +54,14 @@ void ScrollbarGeometryFixedThumb::splitTrack( |
WebRect& before_thumb_rect, |
WebRect& thumb_rect, |
WebRect& after_thumb_rect) { |
- // This is a reimplementation of ScrollbarThemeComposite::splitTrack. |
+ // This is a reimplementation of ScrollbarThemeComposite::splitTrack(). |
// Because the WebScrollbarThemeGeometry functions call down to native |
// ScrollbarThemeComposite code which uses ScrollbarThemeComposite virtual |
- // helpers, there's no way to override a helper like thumbLength from |
+ // helpers, there's no way to override a helper like thumbLength() from |
// the WebScrollbarThemeGeometry level. So, these three functions |
- // (splitTrack, thumb_position, thumbLength) are copied here so that the |
- // WebScrollbarThemeGeometry helper functions are used instead and |
- // a fixed size thumbLength can be used. |
+ // (splitTrack(), thumbPosition(), thumbLength()) are copied here so that |
+ // the WebScrollbarThemeGeometry helper functions are used instead and |
+ // a fixed size thumbLength() can be used. |
WebRect track_rect = |
constrainTrackRectToTrackPieces(scrollbar, unconstrained_track_rect); |