From 26cbe5130aa9839b5429b9507363ce2474091808 Mon Sep 17 00:00:00 2001 From: Herb Derby Date: Thu, 24 May 2018 14:39:01 -0400 Subject: Rename GrAtlasTextContext -> GrTextContext Change-Id: I309b39425afc9b45095241eeb299096bc426afed Reviewed-on: https://skia-review.googlesource.com/130029 Reviewed-by: Herb Derby Reviewed-by: Jim Van Verth Commit-Queue: Herb Derby --- tests/DrawOpAtlasTest.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'tests/DrawOpAtlasTest.cpp') diff --git a/tests/DrawOpAtlasTest.cpp b/tests/DrawOpAtlasTest.cpp index 9388248c2f..a2e08362c9 100644 --- a/tests/DrawOpAtlasTest.cpp +++ b/tests/DrawOpAtlasTest.cpp @@ -33,7 +33,7 @@ #include "Test.h" #include "ops/GrDrawOp.h" #include "text/GrAtlasManager.h" -#include "text/GrAtlasTextContext.h" +#include "text/GrTextContext.h" #include "text/GrTextUtils.h" #include @@ -181,7 +181,7 @@ DEF_GPUTEST_FOR_RENDERING_CONTEXTS(GrAtlasTextOpPreparation, reporter, ctxInfo) auto gpu = context->contextPriv().getGpu(); auto resourceProvider = context->contextPriv().resourceProvider(); auto drawingManager = context->contextPriv().drawingManager(); - auto textContext = drawingManager->getAtlasTextContext(); + auto textContext = drawingManager->getTextContext(); auto rtc = context->contextPriv().makeDeferredRenderTargetContext(SkBackingFit::kApprox, 32, 32, -- cgit v1.2.3