From 23267db67824a92f045649f571ae1ceaf2cc2b28 Mon Sep 17 00:00:00 2001 From: mtklein Date: Thu, 12 Nov 2015 11:07:53 -0800 Subject: SkAtomic: always use std::atomic We were doing it on Windows, now do it everywhere. This just changes the backend. We could think about another step to actually replacing all our sk_atomic_... with std atomic stuff. CQ_EXTRA_TRYBOTS=client.skia:Test-Ubuntu-GCC-GCE-CPU-AVX2-x86_64-Release-TSAN-Trybot TBR=reed@google.com Only deleting from include/... Review URL: https://codereview.chromium.org/1441773002 --- tools/BUILD.public.expected | 3 --- 1 file changed, 3 deletions(-) (limited to 'tools/BUILD.public.expected') diff --git a/tools/BUILD.public.expected b/tools/BUILD.public.expected index f9231d91e5..023cd646e8 100644 --- a/tools/BUILD.public.expected +++ b/tools/BUILD.public.expected @@ -797,9 +797,6 @@ HDRS = ['include/c/sk_canvas.h', 'include/images/SkPageFlipper.h', 'include/pathops/SkPathOps.h', 'include/pipe/SkGPipe.h', - 'include/ports/SkAtomics_atomic.h', - 'include/ports/SkAtomics_std.h', - 'include/ports/SkAtomics_sync.h', 'include/ports/SkFontConfigInterface.h', 'include/ports/SkFontMgr.h', 'include/ports/SkFontMgr_android.h', -- cgit v1.2.3