From 03e3e89641c93df603dfb705d518848dfe81427e Mon Sep 17 00:00:00 2001 From: "commit-bot@chromium.org" Date: Wed, 2 Oct 2013 18:19:17 +0000 Subject: Add support to dump font cache texture for debug purposes R=robertphillips@google.com, bsalomon@google.com Author: jvanverth@google.com Review URL: https://codereview.chromium.org/25736002 git-svn-id: http://skia.googlecode.com/svn/trunk@11579 2bbb7eff-a529-9590-31e7-b0007b416f81 --- include/gpu/GrContext.h | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'include/gpu/GrContext.h') diff --git a/include/gpu/GrContext.h b/include/gpu/GrContext.h index 7a42677a85..5b25fe4697 100644 --- a/include/gpu/GrContext.h +++ b/include/gpu/GrContext.h @@ -628,6 +628,10 @@ public: */ void resolveRenderTarget(GrRenderTarget* target); +#ifdef SK_DEVELOPER + void dumpFontCache() const; +#endif + /////////////////////////////////////////////////////////////////////////// // Helpers -- cgit v1.2.3