From 8b7451aaf6b1c71e9d343a4df107893db277b6aa Mon Sep 17 00:00:00 2001 From: bsalomon Date: Wed, 11 May 2016 06:33:06 -0700 Subject: Turn ContextInfos returned by GrContextFactory into structs. GOLD_TRYBOT_URL= https://gold.skia.org/search2?unt=true&query=source_type%3Dgm&master=false&issue=1966013002 Review-Url: https://codereview.chromium.org/1966013002 --- tests/GpuLayerCacheTest.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'tests/GpuLayerCacheTest.cpp') diff --git a/tests/GpuLayerCacheTest.cpp b/tests/GpuLayerCacheTest.cpp index eea81db385..9c6d9e2e3d 100644 --- a/tests/GpuLayerCacheTest.cpp +++ b/tests/GpuLayerCacheTest.cpp @@ -126,9 +126,9 @@ DEF_GPUTEST_FOR_RENDERING_CONTEXTS(GpuLayerCache, reporter, ctxInfo) { picture = recorder.finishRecordingAsPicture(); } - GrResourceCache* resourceCache = ctxInfo.fGrContext->getResourceCache(); + GrResourceCache* resourceCache = ctxInfo.grContext()->getResourceCache(); - GrLayerCache cache(ctxInfo.fGrContext); + GrLayerCache cache(ctxInfo.grContext()); create_layers(reporter, &cache, *picture, kInitialNumLayers, 0); -- cgit v1.2.3