Chromium Code Reviews| Index: tests/TextBlobCacheTest.cpp |
| diff --git a/tests/TextBlobCacheTest.cpp b/tests/TextBlobCacheTest.cpp |
| index 6aa6c20ed6e8e5796ee595216af1335f333ae5eb..c2907fc6c7faf9f6ac130e382e098dea790a8f19 100644 |
| --- a/tests/TextBlobCacheTest.cpp |
| +++ b/tests/TextBlobCacheTest.cpp |
| @@ -126,7 +126,7 @@ static void text_blob_cache_inner(skiatest::Reporter* reporter, GrContext* conte |
| } |
| } |
| } |
| - SkNEW_APPEND_TO_TARRAY(&blobs, TextBlobWrapper, (builder.build())); |
| + blobs.emplace_back(builder.build()); |
| } |
| } |