| Index: src/core/SkSharedMutex.h
|
| diff --git a/src/core/SkSharedMutex.h b/src/core/SkSharedMutex.h
|
| index a020f9e1be94b3fd5fc3b2625609069320b75602..a3535dca430aad26b26ab33dc5ef4018609e96df 100644
|
| --- a/src/core/SkSharedMutex.h
|
| +++ b/src/core/SkSharedMutex.h
|
| @@ -11,7 +11,7 @@
|
| #include "SkAtomics.h"
|
| #include "SkSemaphore.h"
|
| #include "SkTypes.h"
|
| -
|
| +
|
| // This is a shared lock implementation similar to pthreads rwlocks. This implementation is
|
| // cribbed from Preshing's article:
|
| // http://preshing.com/20150316/semaphores-are-surprisingly-versatile/
|
| @@ -21,7 +21,7 @@
|
| class SkSharedMutex {
|
| public:
|
| SkSharedMutex();
|
| -
|
| + ~SkSharedMutex();
|
| // Acquire lock for exclusive use.
|
| void acquire();
|
|
|
|
|