Index: include/gpu/GrBackendEffectFactory.h |
diff --git a/include/gpu/GrBackendEffectFactory.h b/include/gpu/GrBackendEffectFactory.h |
index 0fc981cbe9a06100ff35e6438218353936d36082..81f908863a745cc6152b3fe8a37ad1efae5a0ab8 100644 |
--- a/include/gpu/GrBackendEffectFactory.h |
+++ b/include/gpu/GrBackendEffectFactory.h |
@@ -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() |