Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(239)

Unified Diff: include/gpu/GrContext.h

Issue 25736002: Add support to dump font cache texture for debug purposes (Closed) Base URL: https://skia.googlecode.com/svn/trunk
Patch Set: Add stencil flag Created 7 years, 2 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | src/gpu/GrAtlas.cpp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: include/gpu/GrContext.h
diff --git a/include/gpu/GrContext.h b/include/gpu/GrContext.h
index 7a42677a85d72f12d23b6f12188a5d29065021f6..5b25fe4697c80e22176f6daba5220ddd512bd0af 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
« no previous file with comments | « no previous file | src/gpu/GrAtlas.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698