Chromium Code Reviews| Index: include/core/SkTLazy.h |
| diff --git a/include/core/SkTLazy.h b/include/core/SkTLazy.h |
| index 31dce6085f96779c3137fc5bf4011766a91b31f4..cb08387bb9fe331ba6876b50685b7e1680ddc81c 100644 |
| --- a/include/core/SkTLazy.h |
| +++ b/include/core/SkTLazy.h |
| @@ -99,8 +99,8 @@ public: |
| T* getMaybeNull() const { return fPtr; } |
| private: |
| - T* fPtr; // nullptr or fStorage |
| SkAlignedSTStorage<1, T> fStorage; |
| + T* fPtr; // nullptr or fStorage |
| }; |
| /** |