commit | 4f16e6361db190d3cf1b6e8a117071cb0b54d0f5 | [log] [tgz] |
---|---|---|
author | robertphillips <robertphillips@google.com> | Tue May 03 12:56:04 2016 -0700 |
committer | Commit bot <commit-bot@chromium.org> | Tue May 03 12:56:04 2016 -0700 |
tree | bef7d9392ca20101e6b32e308336b3e51534443b | |
parent | 50d3b57c8aaa0f026b981101c45ea30361382940 [diff] [blame] |
Revert of Add Gr*Proxy classes (patchset #10 id:220001 of https://codereview.chromium.org/1937553002/ ) Reason for revert: ASAN Original issue's description: > Add Gr*Proxy classes > > This isn't wired in anywhere yet. > > GOLD_TRYBOT_URL= https://gold.skia.org/search2?unt=true&query=source_type%3Dgm&master=false&issue=1937553002 > > Committed: https://skia.googlesource.com/skia/+/de5bf0cfeca908b81a28cc50065f7bc2da3d2fd1 > > Committed: https://skia.googlesource.com/skia/+/92605b35efa0155c44d24bd8415b4cc1db8831db TBR=bsalomon@google.com # Skipping CQ checks because original CL landed less than 1 days ago. NOPRESUBMIT=true NOTREECHECKS=true NOTRY=true Review-Url: https://codereview.chromium.org/1944953002
diff --git a/tests/PrimitiveProcessorTest.cpp b/tests/PrimitiveProcessorTest.cpp index a82237d..b1157a3 100644 --- a/tests/PrimitiveProcessorTest.cpp +++ b/tests/PrimitiveProcessorTest.cpp
@@ -104,7 +104,7 @@ DEF_GPUTEST_FOR_ALL_GL_CONTEXTS(VertexAttributeCount, reporter, ctxInfo) { GrContext* context = ctxInfo.fGrContext; - sk_sp<GrDrawContext> dc(context->newDrawContext(SkBackingFit::kApprox, + sk_sp<GrDrawContext> dc(context->newDrawContext(GrContext::kLoose_BackingFit, 1, 1, kRGBA_8888_GrPixelConfig)); if (!dc) { ERRORF(reporter, "Could not create draw context.");