Chromium Code Reviews| Index: src/record/SkRecords.h |
| diff --git a/src/record/SkRecords.h b/src/record/SkRecords.h |
| index 7a897406e94a7ded98f38f4ba0e3db314c6f45a0..8b96e8d91387873488ca468c8fd28921e1e867b6 100644 |
| --- a/src/record/SkRecords.h |
| +++ b/src/record/SkRecords.h |
| @@ -151,6 +151,8 @@ private: |
| T* fPtr; |
| }; |
| +#undef ACT_AS_PTR |
| + |
| // Like SkBitmap, but deep copies pixels if they're not immutable. |
| // Using this, we guarantee the immutability of all bitmaps we record. |
| class ImmutableBitmap { |