| Index: src/gpu/GrContext.cpp
|
| diff --git a/src/gpu/GrContext.cpp b/src/gpu/GrContext.cpp
|
| index e26c57f9f6553d651c4aa532361d6dc4ae02332d..d29eb7b50fe7fc25f363c931e879c69b72548327 100755
|
| --- a/src/gpu/GrContext.cpp
|
| +++ b/src/gpu/GrContext.cpp
|
| @@ -1872,7 +1872,7 @@ void GrContext::removeGpuTraceMarker(const GrGpuTraceMarker* marker) {
|
|
|
| #ifdef GR_TEST_UTILS
|
|
|
| -BATCH_TEST_DEFINE(StrokeRect) {
|
| +BATCH_TEST_DEFINE(StrokeRectBatch) {
|
| StrokeRectBatch::Geometry geometry;
|
| geometry.fViewMatrix = GrTest::TestMatrix(random);
|
| geometry.fColor = GrRandomColor(random);
|
| @@ -1942,7 +1942,7 @@ static void randomize_params(size_t count, size_t maxVertex, SkScalar min, SkSca
|
| }
|
| }
|
|
|
| -BATCH_TEST_DEFINE(Vertices) {
|
| +BATCH_TEST_DEFINE(VerticesBatch) {
|
| GrPrimitiveType type = GrPrimitiveType(random->nextULessThan(kLast_GrPrimitiveType + 1));
|
| uint32_t primitiveCount = random->nextRangeU(1, 100);
|
|
|
|
|