| Index: cc/math_util.h
|
| diff --git a/cc/math_util.h b/cc/math_util.h
|
| index ed3848e6f4b7fbdfe8b6b5264d59340b45438231..5f303889742b6612521adc1237afac4b0a41ff38 100644
|
| --- a/cc/math_util.h
|
| +++ b/cc/math_util.h
|
| @@ -94,6 +94,8 @@ public:
|
|
|
| static void flattenTransformTo2d(WebKit::WebTransformationMatrix&);
|
|
|
| + static FloatPoint computeTransform2dScaleComponents(const WebKit::WebTransformationMatrix&);
|
| +
|
| // Returns the smallest angle between the given two vectors in degrees. Neither vector is
|
| // assumed to be normalized.
|
| static float smallestAngleBetweenVectors(const FloatSize&, const FloatSize&);
|
|
|