From 0c4b7b1f2f1dd37204d401a6993119e5431942a6 Mon Sep 17 00:00:00 2001 From: Robert Phillips Date: Tue, 6 Mar 2018 08:20:37 -0500 Subject: Move internal calls from GrContext to GrContextPriv A mechanical bulk move just to get these out of the public API. TBR=bsalomon@google.com Change-Id: I813efbd54a09dd448275697c0e50947753a5cfd3 Reviewed-on: https://skia-review.googlesource.com/112262 Commit-Queue: Robert Phillips Reviewed-by: Greg Daniel --- bench/nanobench.cpp | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'bench/nanobench.cpp') diff --git a/bench/nanobench.cpp b/bench/nanobench.cpp index f7f0bff82b..2246fbb07d 100644 --- a/bench/nanobench.cpp +++ b/bench/nanobench.cpp @@ -60,6 +60,7 @@ extern bool gSkForceRasterPipelineBlitter; #if SK_SUPPORT_GPU #include "gl/GrGLDefines.h" #include "GrCaps.h" + #include "GrContextPriv.h" #include "GrContextFactory.h" #include "gl/GrGLUtil.h" #include "SkGr.h" @@ -230,8 +231,8 @@ struct GPUTarget : public Target { } void dumpStats() override { - this->contextInfo.grContext()->printCacheStats(); - this->contextInfo.grContext()->printGpuStats(); + this->contextInfo.grContext()->contextPriv().printCacheStats(); + this->contextInfo.grContext()->contextPriv().printGpuStats(); } }; -- cgit v1.2.3