Index: bench/MutexBench.cpp |
diff --git a/bench/MutexBench.cpp b/bench/MutexBench.cpp |
index 67648b5decf31bbf257eba39f495c00e1d4dbf2d..59f054c32120e8df8f9000d3d8b76b5114e6a7e1 100644 |
--- a/bench/MutexBench.cpp |
+++ b/bench/MutexBench.cpp |
@@ -19,7 +19,7 @@ protected: |
} |
virtual void onDraw(const int loops, SkCanvas*) { |
- SK_DECLARE_STATIC_MUTEX(mu); |
+ SkMutex mu; |
for (int i = 0; i < loops; i++) { |
mu.acquire(); |
mu.release(); |