aboutsummaryrefslogtreecommitdiffhomepage
path: root/fuzz/Fuzz.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 /fuzz/Fuzz.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 'fuzz/Fuzz.h')
-rw-r--r--fuzz/Fuzz.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/fuzz/Fuzz.h b/fuzz/Fuzz.h
index 599abc0270..1a2aa381d0 100644
--- a/fuzz/Fuzz.h
+++ b/fuzz/Fuzz.h
@@ -10,7 +10,7 @@
#include "SkData.h"
#include "../tools/Registry.h"
-#include "SkMemory.h"
+#include "SkMalloc.h"
#include "SkTypes.h"
#include <cmath>