aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/core/SkTaskGroup.h
diff options
context:
space:
mode:
authorGravatar herb <herb@google.com>2015-09-28 11:24:13 -0700
committerGravatar Commit bot <commit-bot@chromium.org>2015-09-28 11:24:13 -0700
commite6e41a8a19976a822de36379db23184ff2f28601 (patch)
treea38ffa0ea009999c569795283be068fdd29f6e3b /src/core/SkTaskGroup.h
parente8dc3f2f0b55693b8a087cd2c35d1c0d64e21181 (diff)
Move SkAtomics.h to private.
There are no API changes. TBR=reed@google.com BUG=skia: Review URL: https://codereview.chromium.org/1369333004
Diffstat (limited to 'src/core/SkTaskGroup.h')
-rw-r--r--src/core/SkTaskGroup.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/core/SkTaskGroup.h b/src/core/SkTaskGroup.h
index 3af64d7753..c23087bddb 100644
--- a/src/core/SkTaskGroup.h
+++ b/src/core/SkTaskGroup.h
@@ -9,7 +9,7 @@
#define SkTaskGroup_DEFINED
#include "SkTypes.h"
-#include "SkAtomics.h"
+#include "../private/SkAtomics.h"
#include "SkTemplates.h"
struct SkRunnable;