commit | 89d09a1f70280cd0317d8a8d4e8973e5fa43182c | [log] [tgz] |
---|---|---|
author | robertphillips <robertphillips@google.com> | Tue May 03 06:44:49 2016 -0700 |
committer | Commit bot <commit-bot@chromium.org> | Tue May 03 06:44:50 2016 -0700 |
tree | af8c673655a49b07975354ab648e9e089f8185b1 | |
parent | 444f1ba1b7fcca7eca9fda839ca6b613ff31135e [diff] [blame] |
Revert of Add Gr*Proxy classes (patchset #9 id:160001 of https://codereview.chromium.org/1937553002/ ) Reason for revert: Seems to be breaking N7 & ANGLE bots 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 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/1949463002
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.");