From dfe4f2e4fe5b162d4adb4486fe751f1e3b30bea7 Mon Sep 17 00:00:00 2001 From: brianosman Date: Thu, 21 Jul 2016 13:28:36 -0700 Subject: Add SkColorSpace to GrDrawContext BUG=skia: GOLD_TRYBOT_URL= https://gold.skia.org/search?issue=2164363002 Review-Url: https://codereview.chromium.org/2164363002 --- tests/DFPathRendererTest.cpp | 1 + 1 file changed, 1 insertion(+) (limited to 'tests/DFPathRendererTest.cpp') diff --git a/tests/DFPathRendererTest.cpp b/tests/DFPathRendererTest.cpp index ad6e022332..e1af6acd93 100644 --- a/tests/DFPathRendererTest.cpp +++ b/tests/DFPathRendererTest.cpp @@ -66,6 +66,7 @@ DEF_GPUTEST_FOR_ALL_GL_CONTEXTS(AADistanceFieldPathRenderer, reporter, ctxInfo) sk_sp drawContext(ctxInfo.grContext()->newDrawContext(SkBackingFit::kApprox, 800, 800, kSkia8888_GrPixelConfig, + nullptr, 0, kTopLeft_GrSurfaceOrigin)); if (!drawContext) { -- cgit v1.2.3