aboutsummaryrefslogtreecommitdiffhomepage
path: root/include/core/SkMatrix.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/core/SkMatrix.h')
-rw-r--r--include/core/SkMatrix.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/core/SkMatrix.h b/include/core/SkMatrix.h
index 1752f26d13..746f176f4c 100644
--- a/include/core/SkMatrix.h
+++ b/include/core/SkMatrix.h
@@ -682,7 +682,7 @@ public:
*
* Possible reasons to fail: perspective, one or more scale factors are zero.
*/
- bool decomposeScale(SkSize* scale, SkMatrix* remaining = NULL) const;
+ bool decomposeScale(SkSize* scale, SkMatrix* remaining = nullptr) const;
/**
* Return a reference to a const identity matrix