aboutsummaryrefslogtreecommitdiffhomepage
path: root/include
diff options
context:
space:
mode:
Diffstat (limited to 'include')
-rw-r--r--include/gpu/GrContext.h6
1 files changed, 6 insertions, 0 deletions
diff --git a/include/gpu/GrContext.h b/include/gpu/GrContext.h
index f6c3590336..38ad7bf410 100644
--- a/include/gpu/GrContext.h
+++ b/include/gpu/GrContext.h
@@ -787,6 +787,12 @@ private:
*/
static void OverBudgetCB(void* data);
+ /**
+ * A callback similar to the above for use by the TextBlobCache
+ * TODO move textblob draw calls below context so we can use the call above.
+ */
+ static void TextBlobCacheOverBudgetCB(void* data);
+
// TODO see note on createTextContext
friend class SkGpuDevice;