Chromium Code Reviews| Index: src/core/SkRasterClip.h |
| diff --git a/src/core/SkRasterClip.h b/src/core/SkRasterClip.h |
| index e58a23b38bbb3c33007abf44773d037cbbd910e1..0c2723314ccb3cc9fe1e3651990c0b8797456b13 100644 |
| --- a/src/core/SkRasterClip.h |
| +++ b/src/core/SkRasterClip.h |
| @@ -112,6 +112,7 @@ public: |
| private: |
| const SkRasterClip& fRC; |
| }; |
| +#define SkAutoRasterClipValidate(...) SK_REQUIRE_LOCAL_VAR(SkAutoRasterClipValidate) |
| #ifdef SK_DEBUG |
| #define AUTO_RASTERCLIP_VALIDATE(rc) SkAutoRasterClipValidate arcv(rc) |