aboutsummaryrefslogtreecommitdiffhomepage
path: root/tools
diff options
context:
space:
mode:
authorGravatar Ben Wagner <bungeman@google.com>2018-07-16 17:44:06 -0400
committerGravatar Skia Commit-Bot <skia-commit-bot@chromium.org>2018-07-17 21:39:51 +0000
commitd5148e331436b69e3de1a35d4bfa8492e89b3cce (patch)
treefdf0a1dc5c8347ea75d57b0ed55af835f3a31d40 /tools
parent21a99d42c34f44dac4a71cace9572dc244cad583 (diff)
Move SkNoncopyable to include/private.
Change-Id: I62f60ea52faeebddecacf03d9429ac3f7c516b8e Reviewed-on: https://skia-review.googlesource.com/141823 Commit-Queue: Ben Wagner <bungeman@google.com> Reviewed-by: Ben Wagner <bungeman@google.com>
Diffstat (limited to 'tools')
-rw-r--r--tools/Registry.h1
-rw-r--r--tools/gpu/TestContext.h3
2 files changed, 3 insertions, 1 deletions
diff --git a/tools/Registry.h b/tools/Registry.h
index 6a1e24a303..4184e4999e 100644
--- a/tools/Registry.h
+++ b/tools/Registry.h
@@ -8,6 +8,7 @@
#ifndef sk_tools_Registry_DEFINED
#define sk_tools_Registry_DEFINED
+#include "SkNoncopyable.h"
#include "SkTypes.h"
namespace sk_tools {
diff --git a/tools/gpu/TestContext.h b/tools/gpu/TestContext.h
index 2949cc709e..8e939a6ace 100644
--- a/tools/gpu/TestContext.h
+++ b/tools/gpu/TestContext.h
@@ -9,11 +9,12 @@
#ifndef TestContext_DEFINED
#define TestContext_DEFINED
-#include "../private/SkTemplates.h"
#include "FenceSync.h"
#include "GrTypes.h"
+#include "SkNoncopyable.h"
#include "SkRefCnt.h"
#include "SkScopeExit.h"
+#include "SkTemplates.h"
class GrContext;
struct GrContextOptions;