From 693a540272a771c6b0830094c461397cb77543b1 Mon Sep 17 00:00:00 2001 From: Brian Osman Date: Thu, 27 Oct 2016 15:13:22 -0400 Subject: Rename renderTargetContextPriv to priv, and some more leftover DCs API change is for non-public API. TBR=bsalomon@google.com BUG=skia: GOLD_TRYBOT_URL= https://gold.skia.org/search?issue=4060 Change-Id: I5011d753c3c6d1145ff242eab6baff2ae0647ba3 Reviewed-on: https://skia-review.googlesource.com/4060 Reviewed-by: Brian Osman Reviewed-by: Robert Phillips Commit-Queue: Brian Osman --- gm/rrects.cpp | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'gm/rrects.cpp') diff --git a/gm/rrects.cpp b/gm/rrects.cpp index 6e0995d503..f012145c32 100644 --- a/gm/rrects.cpp +++ b/gm/rrects.cpp @@ -118,8 +118,7 @@ protected: SkAutoTUnref batch( GrRectBatchFactory::CreateNonAAFill(0xff000000, SkMatrix::I(), bounds, nullptr, nullptr)); - renderTargetContext->renderTargetContextPriv().testingOnly_drawBatch( - grPaint, batch); + renderTargetContext->priv().testingOnly_drawBatch(grPaint, batch); } else { drew = false; } -- cgit v1.2.3