aboutsummaryrefslogtreecommitdiffhomepage
path: root/include/private/SkTDArray.h
diff options
context:
space:
mode:
authorGravatar Herb Derby <herb@google.com>2017-03-27 13:35:15 -0400
committerGravatar Skia Commit-Bot <skia-commit-bot@chromium.org>2017-03-27 18:13:07 +0000
commitb549cc38c8404c58642ada75c0b24907702cc005 (patch)
tree4d3d04ea34532b9f15a62c46e2ca68e0dccbd520 /include/private/SkTDArray.h
parentc0b642ca48d58416409e555549434066f09692b7 (diff)
Change SkMemory to the more accurately named SkMalloc.
Change-Id: I6b08a74234b99bac866bad71014b94f7ec2d4bc8 Reviewed-on: https://skia-review.googlesource.com/10188 Commit-Queue: Herb Derby <herb@google.com> Reviewed-by: Brian Salomon <bsalomon@google.com>
Diffstat (limited to 'include/private/SkTDArray.h')
-rw-r--r--include/private/SkTDArray.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/private/SkTDArray.h b/include/private/SkTDArray.h
index acf69b58b4..4c58d478fe 100644
--- a/include/private/SkTDArray.h
+++ b/include/private/SkTDArray.h
@@ -11,7 +11,7 @@
#define SkTDArray_DEFINED
#include "SkTypes.h"
-#include "SkMemory.h"
+#include "SkMalloc.h"
template <typename T> class SkTDArray {
public: