Index: tests/PrimitiveProcessorTest.cpp |
diff --git a/tests/PrimitiveProcessorTest.cpp b/tests/PrimitiveProcessorTest.cpp |
index b1157a33a9e3c24aec044338d8b7ec5260e8a8d1..a82237d9f860a31a7a887ce6a1e010499a065d94 100644 |
--- a/tests/PrimitiveProcessorTest.cpp |
+++ b/tests/PrimitiveProcessorTest.cpp |
@@ -104,7 +104,7 @@ private: |
DEF_GPUTEST_FOR_ALL_GL_CONTEXTS(VertexAttributeCount, reporter, ctxInfo) { |
GrContext* context = ctxInfo.fGrContext; |
- sk_sp<GrDrawContext> dc(context->newDrawContext(GrContext::kLoose_BackingFit, |
+ sk_sp<GrDrawContext> dc(context->newDrawContext(SkBackingFit::kApprox, |
1, 1, kRGBA_8888_GrPixelConfig)); |
if (!dc) { |
ERRORF(reporter, "Could not create draw context."); |