Remove SkThread.h from public API.
BUG=skia: R=reed@google.com, mtklein@google.com Author: mtklein@chromium.org Review URL: https://codereview.chromium.org/303463009 git-svn-id: http://skia.googlecode.com/svn/trunk@14926 2bbb7eff-a529-9590-31e7-b0007b416f81
This commit is contained in:
parent
7e2b0f3b06
commit
b1aec17df6
@ -29,7 +29,7 @@
|
||||
|
||||
#include "SkOnce.h"
|
||||
#include "SkTArray.h"
|
||||
#include "SkThread.h"
|
||||
#include "../../src/core/SkThread.h"
|
||||
extern bool gPrintInstCount;
|
||||
|
||||
// The non-root classes just register themselves with their parent
|
||||
|
@ -29,9 +29,10 @@
|
||||
// You may optionally pass SkOnce a second function to be called at exit for cleanup.
|
||||
|
||||
#include "SkDynamicAnnotations.h"
|
||||
#include "SkThread.h"
|
||||
#include "SkTypes.h"
|
||||
|
||||
#include "../../src/core/SkThread.h"
|
||||
|
||||
#define SK_ONCE_INIT { false, { 0, SkDEBUGCODE(0) } }
|
||||
#define SK_DECLARE_STATIC_ONCE(name) static SkOnceFlag name = SK_ONCE_INIT
|
||||
|
||||
|
@ -11,10 +11,11 @@
|
||||
#define SkRefCnt_DEFINED
|
||||
|
||||
#include "SkDynamicAnnotations.h"
|
||||
#include "SkThread.h"
|
||||
#include "SkInstCnt.h"
|
||||
#include "SkTemplates.h"
|
||||
|
||||
#include "../../src/core/SkThread.h"
|
||||
|
||||
/** \class SkRefCntBase
|
||||
|
||||
SkRefCntBase is the base class for objects that may be shared by multiple
|
||||
|
@ -9,7 +9,7 @@
|
||||
#define SkWeakRefCnt_DEFINED
|
||||
|
||||
#include "SkRefCnt.h"
|
||||
#include "SkThread.h"
|
||||
#include "../../src/core/SkThread.h"
|
||||
|
||||
/** \class SkWeakRefCnt
|
||||
|
||||
|
@ -10,9 +10,10 @@
|
||||
|
||||
#include "GrTypes.h"
|
||||
#include "SkTemplates.h"
|
||||
#include "SkThread.h"
|
||||
#include "SkTypes.h"
|
||||
|
||||
#include "../../src/core/SkThread.h"
|
||||
|
||||
/** Given a GrEffect of a particular type, creates the corresponding graphics-backend-specific
|
||||
effect object. Also tracks equivalence of shaders generated via a key. Each factory instance
|
||||
is assigned a generation ID at construction. The ID of the return of GrEffect::getFactory()
|
||||
|
@ -265,7 +265,7 @@ void SkEvent::inflate(const SkDOM& dom, const SkDOM::Node* node)
|
||||
#define EVENT_LOGN(s, n)
|
||||
#endif
|
||||
|
||||
#include "SkThread.h"
|
||||
#include "../../src/core/SkThread.h"
|
||||
#include "SkTime.h"
|
||||
|
||||
class SkEvent_Globals {
|
||||
|
@ -9,9 +9,8 @@
|
||||
|
||||
#include "SkEventSink.h"
|
||||
#include "SkTagList.h"
|
||||
#include "SkThread.h"
|
||||
|
||||
#include "SkThread.h"
|
||||
#include "../../src/core/SkThread.h"
|
||||
#include "SkTime.h"
|
||||
|
||||
class SkEventSink_Globals {
|
||||
|
@ -6,7 +6,7 @@
|
||||
*/
|
||||
#include <stdarg.h>
|
||||
#include "SkOSMenu.h"
|
||||
#include "SkThread.h"
|
||||
#include "../../src/core/SkThread.h"
|
||||
|
||||
static int gOSMenuCmd = 7000;
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user