Fix WrappedProxyTest for sample count change
Bug: skia: Change-Id: I3c131cf253512f7e91558792ecb6c6a6ce0a8e9c Reviewed-on: https://skia-review.googlesource.com/24865 Reviewed-by: Greg Daniel <egdaniel@google.com> Reviewed-by: Cary Clark <caryclark@google.com> Commit-Queue: Greg Daniel <egdaniel@google.com>
This commit is contained in:
parent
2bb6ecc112
commit
d62f5541f2
@ -241,7 +241,7 @@ DEF_GPUTEST_FOR_RENDERING_CONTEXTS(WrappedProxyTest, reporter, ctxInfo) {
|
||||
kWidthHeight, kWidthHeight, config,
|
||||
defaultFBO->uniqueID(), SkBudgeted::kNo);
|
||||
check_rendertarget(reporter, caps, provider, sProxy->asRenderTargetProxy(),
|
||||
numSamples, SkBackingFit::kExact, 0, true);
|
||||
supportedNumSamples, SkBackingFit::kExact, 0, true);
|
||||
}
|
||||
|
||||
sk_sp<GrTexture> tex;
|
||||
@ -257,7 +257,7 @@ DEF_GPUTEST_FOR_RENDERING_CONTEXTS(WrappedProxyTest, reporter, ctxInfo) {
|
||||
kWidthHeight, kWidthHeight, config,
|
||||
rt->uniqueID(), budgeted);
|
||||
check_rendertarget(reporter, caps, provider, sProxy->asRenderTargetProxy(),
|
||||
numSamples, SkBackingFit::kExact,
|
||||
supportedNumSamples, SkBackingFit::kExact,
|
||||
caps.maxWindowRectangles(), true);
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user