aboutsummaryrefslogtreecommitdiffhomepage
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/utils/SkMatrix44.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/utils/SkMatrix44.cpp b/src/utils/SkMatrix44.cpp
index 1835635f1d..731cb41377 100644
--- a/src/utils/SkMatrix44.cpp
+++ b/src/utils/SkMatrix44.cpp
@@ -939,7 +939,7 @@ static void initFromMatrix(SkMScalar dst[4][4], const SkMatrix& src) {
}
SkMatrix44::SkMatrix44(const SkMatrix& src) {
- initFromMatrix(fMat, src);
+ this->operator=(src);
}
SkMatrix44& SkMatrix44::operator=(const SkMatrix& src) {