From 448e2a3b3935d91e7bf84dc5b0367b92d2e2a518 Mon Sep 17 00:00:00 2001 From: "commit-bot@chromium.org" Date: Thu, 29 May 2014 18:24:54 +0000 Subject: Add SkBarriers to ports. This completes a TODO we've had to move our memory-barrier code out of SkOnce. I also want to start using sk_acquire_load elsewhere. BUG=skia: R=bungeman@google.com, mtklein@google.com, reed@google.com Author: mtklein@chromium.org Review URL: https://codereview.chromium.org/304593003 git-svn-id: http://skia.googlecode.com/svn/trunk@14970 2bbb7eff-a529-9590-31e7-b0007b416f81 --- include/config/SkUserConfig.h | 1 + 1 file changed, 1 insertion(+) (limited to 'include/config') diff --git a/include/config/SkUserConfig.h b/include/config/SkUserConfig.h index 81033f3fa5..5f59b9131c 100644 --- a/include/config/SkUserConfig.h +++ b/include/config/SkUserConfig.h @@ -176,5 +176,6 @@ */ //#define SK_ATOMICS_PLATFORM_H "SkAtomics_xxx.h" //#define SK_MUTEX_PLATFORM_H "SkMutex_xxx.h" +//#define SK_BARRIERS_PLATFORM_H "SkBarriers_xxx.h" #endif -- cgit v1.2.3