Chromium Code Reviews| Index: include/core/SkPixelRef.h |
| diff --git a/include/core/SkPixelRef.h b/include/core/SkPixelRef.h |
| index b87b0dc114b34958ff36f93ea3d464320334ae60..ec4937bea0294e2c9ab658aff517bae35b8b9f08 100644 |
| --- a/include/core/SkPixelRef.h |
| +++ b/include/core/SkPixelRef.h |
| @@ -295,6 +295,8 @@ protected: |
| private: |
| SkBaseMutex* fMutex; // must remain in scope for the life of this object |
| + // FIXME: fInfo should be const once we remove old constructor that does |
| + // not set it. |
| SkImageInfo fInfo; |
| void* fPixels; |