Chromium Code Reviews| Index: src/core/SkTextBlob.cpp |
| diff --git a/src/core/SkTextBlob.cpp b/src/core/SkTextBlob.cpp |
| index bf620328d61a94eb2a4cc569f9b1e8a9396bc871..62d6dae1da1308b92575e65e2b05f40d61fddc62 100644 |
| --- a/src/core/SkTextBlob.cpp |
| +++ b/src/core/SkTextBlob.cpp |
| @@ -110,7 +110,8 @@ private: |
| SkTextBlob::SkTextBlob(int runCount, const SkRect& bounds) |
| : fRunCount(runCount) |
| - , fBounds(bounds) { |
| + , fBounds(bounds) |
| + , fUniqueID(SK_InvalidGenID) { |
| } |
| SkTextBlob::~SkTextBlob() { |