2014-05-28 21:43:59 +00:00
|
|
|
/*
|
|
|
|
* Copyright 2014 Google Inc.
|
|
|
|
*
|
|
|
|
* Use of this source code is governed by a BSD-style license that can be
|
|
|
|
* found in the LICENSE file.
|
|
|
|
*/
|
|
|
|
|
|
|
|
#ifndef SkThreadPriv_DEFINED
|
|
|
|
#define SkThreadPriv_DEFINED
|
|
|
|
|
2015-02-02 20:22:07 +00:00
|
|
|
// TODO: delete this file
|
2015-01-21 21:13:31 +00:00
|
|
|
#include "SkAtomics.h"
|
2014-05-28 21:43:59 +00:00
|
|
|
|
|
|
|
#endif//SkThreadPriv_DEFINED
|