diff options
author | herb <herb@google.com> | 2015-09-28 11:24:13 -0700 |
---|---|---|
committer | Commit bot <commit-bot@chromium.org> | 2015-09-28 11:24:13 -0700 |
commit | e6e41a8a19976a822de36379db23184ff2f28601 (patch) | |
tree | a38ffa0ea009999c569795283be068fdd29f6e3b /src | |
parent | e8dc3f2f0b55693b8a087cd2c35d1c0d64e21181 (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')
-rw-r--r-- | src/core/SkAAClip.cpp | 2 | ||||
-rw-r--r-- | src/core/SkBitmap.cpp | 2 | ||||
-rw-r--r-- | src/core/SkBitmapHeap.h | 2 | ||||
-rw-r--r-- | src/core/SkClipStack.cpp | 2 | ||||
-rw-r--r-- | src/core/SkDrawable.cpp | 2 | ||||
-rw-r--r-- | src/core/SkPicture.cpp | 2 | ||||
-rw-r--r-- | src/core/SkRegion.cpp | 2 | ||||
-rw-r--r-- | src/core/SkRegionPriv.h | 2 | ||||
-rw-r--r-- | src/core/SkShader.cpp | 2 | ||||
-rw-r--r-- | src/core/SkSharedMutex.cpp | 2 | ||||
-rw-r--r-- | src/core/SkSharedMutex.h | 2 | ||||
-rw-r--r-- | src/core/SkString.cpp | 2 | ||||
-rwxr-xr-x | src/core/SkTLS.cpp | 2 | ||||
-rw-r--r-- | src/core/SkTaskGroup.h | 2 | ||||
-rw-r--r-- | src/core/SkTraceEvent.h | 2 | ||||
-rw-r--r-- | src/core/SkTypefaceCache.cpp | 2 | ||||
-rw-r--r-- | src/image/SkImage_Base.h | 2 | ||||
-rw-r--r-- | src/image/SkImage_Gpu.h | 2 | ||||
-rw-r--r-- | src/utils/SkEventTracer.cpp | 2 | ||||
-rw-r--r-- | src/views/SkOSMenu.cpp | 2 |
20 files changed, 20 insertions, 20 deletions
diff --git a/src/core/SkAAClip.cpp b/src/core/SkAAClip.cpp index bbd1f555f0..a54f0ffa5c 100644 --- a/src/core/SkAAClip.cpp +++ b/src/core/SkAAClip.cpp @@ -7,7 +7,7 @@ */ #include "SkAAClip.h" -#include "SkAtomics.h" +#include "../private/SkAtomics.h" #include "SkBlitter.h" #include "SkColorPriv.h" #include "SkPath.h" diff --git a/src/core/SkBitmap.cpp b/src/core/SkBitmap.cpp index 6fd97dc241..a935e882bc 100644 --- a/src/core/SkBitmap.cpp +++ b/src/core/SkBitmap.cpp @@ -5,7 +5,7 @@ * found in the LICENSE file. */ -#include "SkAtomics.h" +#include "../private/SkAtomics.h" #include "SkBitmap.h" #include "SkColorPriv.h" #include "SkData.h" diff --git a/src/core/SkBitmapHeap.h b/src/core/SkBitmapHeap.h index 22c31a0b0b..d273a299a4 100644 --- a/src/core/SkBitmapHeap.h +++ b/src/core/SkBitmapHeap.h @@ -8,7 +8,7 @@ #ifndef SkBitmapHeap_DEFINED #define SkBitmapHeap_DEFINED -#include "SkAtomics.h" +#include "../private/SkAtomics.h" #include "SkBitmap.h" #include "SkPoint.h" #include "SkRefCnt.h" diff --git a/src/core/SkClipStack.cpp b/src/core/SkClipStack.cpp index f54d57fd0b..1fd621b9d2 100644 --- a/src/core/SkClipStack.cpp +++ b/src/core/SkClipStack.cpp @@ -5,7 +5,7 @@ * found in the LICENSE file. */ -#include "SkAtomics.h" +#include "../private/SkAtomics.h" #include "SkCanvas.h" #include "SkClipStack.h" #include "SkPath.h" diff --git a/src/core/SkDrawable.cpp b/src/core/SkDrawable.cpp index 8fea38be34..c998d0270f 100644 --- a/src/core/SkDrawable.cpp +++ b/src/core/SkDrawable.cpp @@ -5,7 +5,7 @@ * found in the LICENSE file. */ -#include "SkAtomics.h" +#include "../private/SkAtomics.h" #include "SkCanvas.h" #include "SkDrawable.h" diff --git a/src/core/SkPicture.cpp b/src/core/SkPicture.cpp index 8247336d49..0fe3ae495d 100644 --- a/src/core/SkPicture.cpp +++ b/src/core/SkPicture.cpp @@ -5,7 +5,7 @@ * found in the LICENSE file. */ -#include "SkAtomics.h" +#include "../private/SkAtomics.h" #include "SkMessageBus.h" #include "SkPicture.h" #include "SkPictureData.h" diff --git a/src/core/SkRegion.cpp b/src/core/SkRegion.cpp index 3a542c6169..aeebec4c32 100644 --- a/src/core/SkRegion.cpp +++ b/src/core/SkRegion.cpp @@ -7,7 +7,7 @@ */ -#include "SkAtomics.h" +#include "../private/SkAtomics.h" #include "SkRegionPriv.h" #include "SkTemplates.h" #include "SkUtils.h" diff --git a/src/core/SkRegionPriv.h b/src/core/SkRegionPriv.h index 160c55d555..bde8e28901 100644 --- a/src/core/SkRegionPriv.h +++ b/src/core/SkRegionPriv.h @@ -11,7 +11,7 @@ #define SkRegionPriv_DEFINED #include "SkRegion.h" -#include "SkAtomics.h" +#include "../private/SkAtomics.h" #define assert_sentinel(value, isSentinel) \ SkASSERT(((value) == SkRegion::kRunTypeSentinel) == isSentinel) diff --git a/src/core/SkShader.cpp b/src/core/SkShader.cpp index 6aadb4301a..84ce8b69b6 100644 --- a/src/core/SkShader.cpp +++ b/src/core/SkShader.cpp @@ -5,7 +5,7 @@ * found in the LICENSE file. */ -#include "SkAtomics.h" +#include "../private/SkAtomics.h" #include "SkBitmapProcShader.h" #include "SkColorShader.h" #include "SkEmptyShader.h" diff --git a/src/core/SkSharedMutex.cpp b/src/core/SkSharedMutex.cpp index 203a775190..0db6101ddf 100644 --- a/src/core/SkSharedMutex.cpp +++ b/src/core/SkSharedMutex.cpp @@ -7,7 +7,7 @@ #include "SkSharedMutex.h" -#include "SkAtomics.h" +#include "../private/SkAtomics.h" #include "SkTypes.h" #include "../private/SkSemaphore.h" diff --git a/src/core/SkSharedMutex.h b/src/core/SkSharedMutex.h index 9660adf0eb..737735f4df 100644 --- a/src/core/SkSharedMutex.h +++ b/src/core/SkSharedMutex.h @@ -8,7 +8,7 @@ #ifndef SkSharedLock_DEFINED #define SkSharedLock_DEFINED -#include "SkAtomics.h" +#include "../private/SkAtomics.h" #include "SkSemaphore.h" #include "SkTypes.h" diff --git a/src/core/SkString.cpp b/src/core/SkString.cpp index d93f662da3..af5fa7a58c 100644 --- a/src/core/SkString.cpp +++ b/src/core/SkString.cpp @@ -7,7 +7,7 @@ */ -#include "SkAtomics.h" +#include "../private/SkAtomics.h" #include "SkFixed.h" #include "SkString.h" #include "SkUtils.h" diff --git a/src/core/SkTLS.cpp b/src/core/SkTLS.cpp index a47dc14b5a..c7304ed38e 100755 --- a/src/core/SkTLS.cpp +++ b/src/core/SkTLS.cpp @@ -12,7 +12,7 @@ #ifdef SK_TRACE_TLS_LIFETIME - #include "SkAtomics.h" + #include "../private/SkAtomics.h" static int32_t gTLSRecCount; #endif 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; diff --git a/src/core/SkTraceEvent.h b/src/core/SkTraceEvent.h index 05dc340fa2..c76e046457 100644 --- a/src/core/SkTraceEvent.h +++ b/src/core/SkTraceEvent.h @@ -10,7 +10,7 @@ #ifndef SkTraceEvent_DEFINED #define SkTraceEvent_DEFINED -#include "SkAtomics.h" +#include "../private/SkAtomics.h" #include "SkEventTracer.h" #include "SkTraceEventCommon.h" diff --git a/src/core/SkTypefaceCache.cpp b/src/core/SkTypefaceCache.cpp index 5fe080d05d..3f8799dad1 100644 --- a/src/core/SkTypefaceCache.cpp +++ b/src/core/SkTypefaceCache.cpp @@ -9,7 +9,7 @@ #include "SkTypefaceCache.h" -#include "SkAtomics.h" +#include "../private/SkAtomics.h" #include "SkMutex.h" #define TYPEFACE_CACHE_LIMIT 1024 diff --git a/src/image/SkImage_Base.h b/src/image/SkImage_Base.h index bbcf182ab8..195a96c2e1 100644 --- a/src/image/SkImage_Base.h +++ b/src/image/SkImage_Base.h @@ -8,7 +8,7 @@ #ifndef SkImage_Base_DEFINED #define SkImage_Base_DEFINED -#include "SkAtomics.h" +#include "../private/SkAtomics.h" #include "SkImage.h" #include "SkSurface.h" diff --git a/src/image/SkImage_Gpu.h b/src/image/SkImage_Gpu.h index 5e847dd381..b8b7496023 100644 --- a/src/image/SkImage_Gpu.h +++ b/src/image/SkImage_Gpu.h @@ -8,7 +8,7 @@ #ifndef SkImage_Gpu_DEFINED #define SkImage_Gpu_DEFINED -#include "SkAtomics.h" +#include "../private/SkAtomics.h" #include "GrTexture.h" #include "GrGpuResourcePriv.h" #include "SkBitmap.h" diff --git a/src/utils/SkEventTracer.cpp b/src/utils/SkEventTracer.cpp index 32a0207c23..65fc24f622 100644 --- a/src/utils/SkEventTracer.cpp +++ b/src/utils/SkEventTracer.cpp @@ -5,7 +5,7 @@ * found in the LICENSE file. */ -#include "SkAtomics.h" +#include "../private/SkAtomics.h" #include "SkEventTracer.h" #include "SkOncePtr.h" diff --git a/src/views/SkOSMenu.cpp b/src/views/SkOSMenu.cpp index ec92a7b4a5..b120d96a78 100644 --- a/src/views/SkOSMenu.cpp +++ b/src/views/SkOSMenu.cpp @@ -4,7 +4,7 @@ * Use of this source code is governed by a BSD-style license that can be * found in the LICENSE file. */ -#include "SkAtomics.h" +#include "../private/SkAtomics.h" #include "SkOSMenu.h" #include <stdarg.h> |