From e44ef10ebbc7f64b627a9ac3a562bd87b3001b0c Mon Sep 17 00:00:00 2001 From: Robert Phillips Date: Fri, 21 Jul 2017 15:37:19 -0400 Subject: Second small fragment from "Reduce dependence on GrSurface's origin field" TBR=bsalomon@google.com Change-Id: Ifcfe56b1117b64821b2bfc34ba36d120227d15fa Reviewed-on: https://skia-review.googlesource.com/25802 Reviewed-by: Robert Phillips Commit-Queue: Robert Phillips --- tests/ProxyRefTest.cpp | 1 + 1 file changed, 1 insertion(+) (limited to 'tests/ProxyRefTest.cpp') diff --git a/tests/ProxyRefTest.cpp b/tests/ProxyRefTest.cpp index 04510b3e7f..a30766b838 100644 --- a/tests/ProxyRefTest.cpp +++ b/tests/ProxyRefTest.cpp @@ -80,6 +80,7 @@ static sk_sp make_deferred(GrContext* context) { static sk_sp make_wrapped(GrContext* context) { GrSurfaceDesc desc; desc.fFlags = kRenderTarget_GrSurfaceFlag; + desc.fOrigin = kBottomLeft_GrSurfaceOrigin; desc.fWidth = kWidthHeight; desc.fHeight = kWidthHeight; desc.fConfig = kRGBA_8888_GrPixelConfig; -- cgit v1.2.3