| Index: ui/gfx/transform.h
|
| diff --git a/ui/gfx/transform.h b/ui/gfx/transform.h
|
| index 4e9ebcf3ccd919f3df4882a0c1419bc25cdaf0e5..469f6e03c38c695f86cea1fa284300e82687f296 100644
|
| --- a/ui/gfx/transform.h
|
| +++ b/ui/gfx/transform.h
|
| @@ -96,7 +96,9 @@ class GFX_EXPORT Transform {
|
|
|
| // Applies the current transformation on a translation and assigns the result
|
| // to |this|.
|
| + void Translate(const Vector2dF& offset);
|
| void Translate(SkMScalar x, SkMScalar y);
|
| + void Translate3d(const Vector3dF& offset);
|
| void Translate3d(SkMScalar x, SkMScalar y, SkMScalar z);
|
|
|
| // Applies the current transformation on a skew and assigns the result
|
|
|