Chromium Code Reviews| Index: src/core/SkBlitter.cpp |
| diff --git a/src/core/SkBlitter.cpp b/src/core/SkBlitter.cpp |
| index 7012cf31412135d02a6a25e146a28a00f4492246..dc7946a4bdefd64e2ed0b43b681673ce84f7abc7 100644 |
| --- a/src/core/SkBlitter.cpp |
| +++ b/src/core/SkBlitter.cpp |
| @@ -780,6 +780,7 @@ private: |
| void* fObj; |
| Proc fProc; |
| }; |
| +#define SkAutoCallProc(...) SK_REQUIRE_LOCAL_VAR(SkAutoCallProc) |
| static void destroy_blitter(void* blitter) { |
| ((SkBlitter*)blitter)->~SkBlitter(); |