Index: ui/gfx/canvas.h |
diff --git a/ui/gfx/canvas.h b/ui/gfx/canvas.h |
index 4660407cbed4d19af1eee38eac66c5e644e1ec72..0e080fa691a95d3a17ea1599033b945481360372 100644 |
--- a/ui/gfx/canvas.h |
+++ b/ui/gfx/canvas.h |
@@ -196,7 +196,7 @@ class UI_EXPORT Canvas { |
// |bounds| parameter, and returns true if it is non empty. |
bool GetClipBounds(gfx::Rect* bounds); |
- void Translate(const gfx::Point& point); |
+ void Translate(const gfx::Vector2d& offset); |
void Scale(int x_scale, int y_scale); |