| Index: include/core/SkMatrix44.h
|
| diff --git a/include/core/SkMatrix44.h b/include/core/SkMatrix44.h
|
| index 6b5e65d072b451c4b6d51f7e4b9d5b5dd889a8a9..9820ee58cd6e0d6332d113451186de8f65c7e1c3 100644
|
| --- a/include/core/SkMatrix44.h
|
| +++ b/include/core/SkMatrix44.h
|
| @@ -457,8 +457,8 @@ private:
|
| kAllPublic_Masks = 0xF
|
| };
|
|
|
| - void as4x3ColMajorf(float[]) const;
|
| - void set4x3ColMajorf(const float[]);
|
| + void as3x4RowMajorf(float[]) const;
|
| + void set3x4RowMajorf(const float[]);
|
|
|
| SkMScalar transX() const { return fMat[3][0]; }
|
| SkMScalar transY() const { return fMat[3][1]; }
|
|
|