| Index: cc/math_util.h
|
| diff --git a/cc/math_util.h b/cc/math_util.h
|
| index e3ed2d3f5c8c5f6df38b33a29ceaa9568bc55fa4..d47c80a7ded822f34aac51389e3ac62b4b8ccc86 100644
|
| --- a/cc/math_util.h
|
| +++ b/cc/math_util.h
|
| @@ -106,7 +106,7 @@ public:
|
|
|
| static void flattenTransformTo2d(gfx::Transform&);
|
|
|
| - static gfx::Vector2dF computeTransform2dScaleComponents(const gfx::Transform&);
|
| + static gfx::Vector2dF computeTransform2dScaleComponents(const gfx::Transform&, float fallbackValue);
|
|
|
| // Returns the smallest angle between the given two vectors in degrees. Neither vector is
|
| // assumed to be normalized.
|
|
|