aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/utils
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 /src/utils
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 'src/utils')
-rw-r--r--src/utils/SkJSON.h1
-rw-r--r--src/utils/SkJSONWriter.h1
-rw-r--r--src/utils/win/SkAutoCoInitialize.h1
3 files changed, 3 insertions, 0 deletions
diff --git a/src/utils/SkJSON.h b/src/utils/SkJSON.h
index 8baf9fb8fc..762c17219f 100644
--- a/src/utils/SkJSON.h
+++ b/src/utils/SkJSON.h
@@ -9,6 +9,7 @@
#define SkJSON_DEFINED
#include "SkArenaAlloc.h"
+#include "SkNoncopyable.h"
#include "SkTo.h"
#include "SkTypes.h"
diff --git a/src/utils/SkJSONWriter.h b/src/utils/SkJSONWriter.h
index 6e579a5f69..09db543c86 100644
--- a/src/utils/SkJSONWriter.h
+++ b/src/utils/SkJSONWriter.h
@@ -8,6 +8,7 @@
#ifndef SkJSONWriter_DEFINED
#define SkJSONWriter_DEFINED
+#include "SkNoncopyable.h"
#include "SkStream.h"
#include "SkTArray.h"
diff --git a/src/utils/win/SkAutoCoInitialize.h b/src/utils/win/SkAutoCoInitialize.h
index f11cf856c5..17fb1f5361 100644
--- a/src/utils/win/SkAutoCoInitialize.h
+++ b/src/utils/win/SkAutoCoInitialize.h
@@ -13,6 +13,7 @@
#ifdef SK_BUILD_FOR_WIN
#include "SkLeanWindows.h"
+#include "SkNoncopyable.h"
/**
* An instance of this class initializes COM on creation