aboutsummaryrefslogtreecommitdiffhomepage
path: root/experimental
diff options
context:
space:
mode:
authorGravatar Herb Derby <herb@google.com>2017-03-20 11:19:23 -0400
committerGravatar Skia Commit-Bot <skia-commit-bot@chromium.org>2017-03-20 18:40:49 +0000
commitd7b34a5ca0a9183e70737125c688d2a8b5310d81 (patch)
tree94fe551b5fe1f868fbe316a7ae4316000ac589ff /experimental
parent628999dd99a10a737470c5c89c44ae28b6a764bf (diff)
Make SkMemory.h and adjust all files for usage.
This will be rolled out in three stages: 1) make SkMemory.h and have SkTypes.h include it. 2) Adjust chromium and android. 3) no long include SkMemory.h in SkTypes.h Change-Id: If360ef5e1164d88f50b03f279e2e963ca2f57d5d Reviewed-on: https://skia-review.googlesource.com/9874 Reviewed-by: Brian Salomon <bsalomon@google.com> Commit-Queue: Herb Derby <herb@google.com>
Diffstat (limited to 'experimental')
-rw-r--r--experimental/SkSetPoly3To3.cpp1
-rw-r--r--experimental/SkSetPoly3To3_A.cpp1
-rw-r--r--experimental/SkSetPoly3To3_D.cpp1
3 files changed, 3 insertions, 0 deletions
diff --git a/experimental/SkSetPoly3To3.cpp b/experimental/SkSetPoly3To3.cpp
index f8d8d1d46b..0eac861f1e 100644
--- a/experimental/SkSetPoly3To3.cpp
+++ b/experimental/SkSetPoly3To3.cpp
@@ -6,6 +6,7 @@
* found in the LICENSE file.
*/
#include "SkMatrix.h"
+#include "SkMemory.h"
// FIXME: needs to be in a header
bool SkSetPoly3To3(SkMatrix* matrix, const SkPoint src[3], const SkPoint dst[3]);
diff --git a/experimental/SkSetPoly3To3_A.cpp b/experimental/SkSetPoly3To3_A.cpp
index bce6314d17..13026b9476 100644
--- a/experimental/SkSetPoly3To3_A.cpp
+++ b/experimental/SkSetPoly3To3_A.cpp
@@ -6,6 +6,7 @@
* found in the LICENSE file.
*/
#include "SkMatrix.h"
+#include "SkMemory.h"
// FIXME: needs to be in a header
bool SkSetPoly3To3_A(SkMatrix* matrix, const SkPoint src[3], const SkPoint dst[3]);
diff --git a/experimental/SkSetPoly3To3_D.cpp b/experimental/SkSetPoly3To3_D.cpp
index 2fb99d8751..8302d909bf 100644
--- a/experimental/SkSetPoly3To3_D.cpp
+++ b/experimental/SkSetPoly3To3_D.cpp
@@ -6,6 +6,7 @@
* found in the LICENSE file.
*/
#include "SkMatrix.h"
+#include "SkMemory.h"
// FIXME: needs to be in a header
bool SkSetPoly3To3_D(SkMatrix* matrix, const SkPoint src[3], const SkPoint dst[3]);