diff options
Diffstat (limited to 'ui/gfx/canvas.h')
-rw-r--r-- | ui/gfx/canvas.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ui/gfx/canvas.h b/ui/gfx/canvas.h index 4660407..0e080fa 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); |