Revert[4] "store vertices arrays inline with object""""
This reverts commit 0c492cfe1713d6895d1d513e754d938ff0faa5e5.
BUG=skia:
Change-Id: I63bce834fee6dd6f043b3889ac4ec287dd03d2e6
Reviewed-on: https://skia-review.googlesource.com/9809
Reviewed-by: Herb Derby <herb@google.com>
Commit-Queue: Mike Reed <reed@google.com>
diff --git a/tests/VerticesTest.cpp b/tests/VerticesTest.cpp
index 8cf5514..9621d80 100644
--- a/tests/VerticesTest.cpp
+++ b/tests/VerticesTest.cpp
@@ -53,8 +53,8 @@
int vCount = 4;
int iCount = 6;
- const uint32_t texFlags[] = { 0, SkVertices::kHasTexs_Flag };
- const uint32_t colFlags[] = { 0, SkVertices::kHasColors_Flag };
+ const uint32_t texFlags[] = { 0, SkVertices::kHasTexCoords_BuilderFlag };
+ const uint32_t colFlags[] = { 0, SkVertices::kHasColors_BuilderFlag };
for (auto texF : texFlags) {
for (auto colF : colFlags) {
uint32_t flags = texF | colF;