| Index: src/views/SkEventSink.cpp
|
| diff --git a/src/views/SkEventSink.cpp b/src/views/SkEventSink.cpp
|
| index 7763adef54b211b2d9635f9ca4df3d09a6e289ab..42c1ceb06253c70d62f056d489072bbabfdf48e7 100644
|
| --- a/src/views/SkEventSink.cpp
|
| +++ b/src/views/SkEventSink.cpp
|
| @@ -8,10 +8,8 @@
|
|
|
|
|
| #include "SkEventSink.h"
|
| +#include "SkMutex.h"
|
| #include "SkTagList.h"
|
| -#include "SkThread.h"
|
| -
|
| -#include "SkThread.h"
|
| #include "SkTime.h"
|
|
|
| class SkEventSink_Globals {
|
| @@ -256,7 +254,7 @@ SkEventSink* SkEventSink::FindSink(SkEventSinkID sinkID)
|
|
|
| #if 0 // experimental, not tested
|
|
|
| -#include "SkThread.h"
|
| +#include "SkMutex.h"
|
| #include "SkTDict.h"
|
|
|
| #define kMinStringBufferSize 128
|
|
|