Index: include/gpu/GrContext.h |
diff --git a/include/gpu/GrContext.h b/include/gpu/GrContext.h |
index 464f36d1239e04660d4cdd7d9271fcc2d7d227be..f119e93185af3d3a3acee212744aa243b3977a8b 100644 |
--- a/include/gpu/GrContext.h |
+++ b/include/gpu/GrContext.h |
@@ -871,6 +871,7 @@ public: |
/////////////////////////////////////////////////////////////////////////// |
// Functions intended for internal use only. |
+ GrDrawTarget* getDrawTarget(); |
bsalomon
2014/11/05 19:13:43
If this is for testing then I think it should be n
|
GrGpu* getGpu() { return fGpu; } |
const GrGpu* getGpu() const { return fGpu; } |
GrFontCache* getFontCache() { return fFontCache; } |