commit | d5148e331436b69e3de1a35d4bfa8492e89b3cce | [log] [tgz] |
---|---|---|
author | Ben Wagner <bungeman@google.com> | Mon Jul 16 17:44:06 2018 -0400 |
committer | Skia Commit-Bot <skia-commit-bot@chromium.org> | Tue Jul 17 21:39:51 2018 +0000 |
tree | fdf0a1dc5c8347ea75d57b0ed55af835f3a31d40 | |
parent | 21a99d42c34f44dac4a71cace9572dc244cad583 [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>
diff --git a/src/utils/SkJSON.h b/src/utils/SkJSON.h index 8baf9fb..762c172 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 6e579a5..09db543 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 f11cf85..17fb1f5 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