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

Unified Diff: cc/layers/scrollbar_geometry_fixed_thumb.cc

Issue 12676029: cc: Fix capitalization style in chromified files. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 7 years, 9 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
« no previous file with comments | « cc/layers/render_surface_unittest.cc ('k') | cc/layers/scrollbar_layer.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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);
« no previous file with comments | « cc/layers/render_surface_unittest.cc ('k') | cc/layers/scrollbar_layer.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698