Index: src/gpu/gl/GrGLNoOpInterface.cpp |
diff --git a/src/gpu/gl/GrGLNoOpInterface.cpp b/src/gpu/gl/GrGLNoOpInterface.cpp |
index 396eaa46eada485f2f154d9765e936d020d4a1d0..f47f2544244df9603a436dd906e6d99b5327fe99 100644 |
--- a/src/gpu/gl/GrGLNoOpInterface.cpp |
+++ b/src/gpu/gl/GrGLNoOpInterface.cpp |
@@ -6,8 +6,8 @@ |
*/ |
#include "GrGLNoOpInterface.h" |
+#include "SkMutex.h" |
#include "SkString.h" |
-#include "SkThread.h" |
// the OpenGLES 2.0 spec says this must be >= 128 |
static const GrGLint kDefaultMaxVertexUniformVectors = 128; |