From 57599fe6c0336feaeeeb9b1996e77b70219b483c Mon Sep 17 00:00:00 2001 From: bsalomon Date: Thu, 25 Feb 2016 06:33:26 -0800 Subject: Move Budgeted enum out of SkSurface, use in GrTextureProvider BUG=skia: GOLD_TRYBOT_URL= https://gold.skia.org/search2?unt=true&query=source_type%3Dgm&master=false&issue=1728093005 DOCS_PREVIEW= https://skia.org/?cl=1728093005 Review URL: https://codereview.chromium.org/1728093005 --- tests/GpuDrawPathTest.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'tests/GpuDrawPathTest.cpp') diff --git a/tests/GpuDrawPathTest.cpp b/tests/GpuDrawPathTest.cpp index b0d483b8c4..d454d9bb67 100644 --- a/tests/GpuDrawPathTest.cpp +++ b/tests/GpuDrawPathTest.cpp @@ -82,7 +82,7 @@ DEF_GPUTEST_FOR_ALL_CONTEXTS(GpuDrawPath, reporter, context) { for (auto& sampleCount : {0, 4, 16}) { SkImageInfo info = SkImageInfo::MakeN32Premul(255, 255); SkAutoTUnref surface( - SkSurface::NewRenderTarget(context, SkSurface::kNo_Budgeted, info, + SkSurface::NewRenderTarget(context, SkBudgeted::kNo, info, sampleCount, nullptr)); if (!surface) { continue; -- cgit v1.2.3