aboutsummaryrefslogtreecommitdiffhomepage
path: root/include/core/SkTypes.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/core/SkTypes.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/core/SkTypes.h')
-rw-r--r--include/core/SkTypes.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/include/core/SkTypes.h b/include/core/SkTypes.h
index 8f32bfbc28..beb2be5143 100644
--- a/include/core/SkTypes.h
+++ b/include/core/SkTypes.h
@@ -35,8 +35,8 @@
#include <string.h>
// TODO(herb): remove after chromuim skia/ext/SkMemory_new_handler.cpp
-// has been updated to point to private/SkMemory.h
-#include "../private/SkMemory.h"
+// has been updated to point to private/SkMalloc.h
+#include "../private/SkMalloc.h"
// enable to test new device-base clipping
//#define SK_USE_DEVICE_CLIPPING