Use SK_DECLARE_STATIC_MUTEX for global mutex.

This initializes the mutex at link time on non-Windows platforms,
rather than at pre-main-runtime like `static SkMutex gFoo;`

BUG=skia:

Review URL: https://codereview.chromium.org/1226403007
1 file changed