Index: ui/gfx/blit.h |
diff --git a/ui/gfx/blit.h b/ui/gfx/blit.h |
index 01fa4f3f6beec2a99255b928fb2c7e16e72b5286..616fda3c18dfb9de3c44d87a85d11c279fee64b7 100644 |
--- a/ui/gfx/blit.h |
+++ b/ui/gfx/blit.h |
@@ -40,12 +40,12 @@ UI_EXPORT void BlitCanvasToCanvas(SkCanvas *dst_canvas, |
SkCanvas *src_canvas, |
const Point& src_origin); |
-// Scrolls the given subset of the given canvas by the given amount. |
+// Scrolls the given subset of the given canvas by the given offset. |
// The canvas should not have a clip or a transform applied, since platforms |
// may implement those operations differently. |
UI_EXPORT void ScrollCanvas(SkCanvas* canvas, |
const Rect& clip, |
- const Vector2d& amount); |
+ const Vector2d& offset); |
} // namespace gfx |