Index: ui/gfx/canvas.h |
diff --git a/ui/gfx/canvas.h b/ui/gfx/canvas.h |
index 16d7ae5506d963d4b076ca5ffe6906b5c0b6a45b..658b81fb1dc0c8ab29fbc10a8b5a1d678da0fac8 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); |