aboutsummaryrefslogtreecommitdiffhomepage
path: root/include/xml
diff options
context:
space:
mode:
authorGravatar Ben Wagner <bungeman@google.com>2016-11-07 14:23:59 -0500
committerGravatar Skia Commit-Bot <skia-commit-bot@chromium.org>2016-11-07 20:16:56 +0000
commit260d9b315200163551de8e81311da13d15a307b8 (patch)
treec33289c3af500389ac4863211dd8ef5764f3b94c /include/xml
parent704cd32e4a92d6c3eae6bfae4adcc20126bf4437 (diff)
Move SkChunkAlloc.h to include/private.
This class does not appear to have any external users, and Skia probably does not want anyone depending on it. It also clutters up include/core with an 'uninteresting' utility class. Change-Id: I7de9468500ecffd0b722f222932e4f8b6637925b Reviewed-on: https://skia-review.googlesource.com/4522 Reviewed-by: Mike Klein <mtklein@google.com> Commit-Queue: Ben Wagner <bungeman@google.com>
Diffstat (limited to 'include/xml')
-rw-r--r--include/xml/SkDOM.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/xml/SkDOM.h b/include/xml/SkDOM.h
index c40f4bd522..7d7eafdc2d 100644
--- a/include/xml/SkDOM.h
+++ b/include/xml/SkDOM.h
@@ -10,8 +10,8 @@
#ifndef SkDOM_DEFINED
#define SkDOM_DEFINED
+#include "../private/SkChunkAlloc.h"
#include "../private/SkTemplates.h"
-#include "SkChunkAlloc.h"
#include "SkScalar.h"
#include "SkTypes.h"