Chromium Code Reviews| Index: include/private/SkMutex.h |
| diff --git a/include/private/SkMutex.h b/include/private/SkMutex.h |
| index 503b1e8efc15fd6e6e281e6ec71d022cd2385250..b9af00f8a8be02fc1e3b7794e23d761b1c94c761 100644 |
| --- a/include/private/SkMutex.h |
| +++ b/include/private/SkMutex.h |
| @@ -11,6 +11,9 @@ |
| #include "../private/SkSemaphore.h" |
| #include "../private/SkThreadID.h" |
| #include "SkTypes.h" |
| + |
| +// TODO: no need for this anymore. |
| +#define SK_DECLARE_STATIC_MUTEX(name) static SkMutex name; |
| class SkMutex { |
| public: |