Chromium Code Reviews| Index: include/gpu/GrContext.h |
| diff --git a/include/gpu/GrContext.h b/include/gpu/GrContext.h |
| index acf146f575ab64f011b456af7a732fd06778ad3f..6891e878ab698ff8066b1a3c0d384807be99b410 100644 |
| --- a/include/gpu/GrContext.h |
| +++ b/include/gpu/GrContext.h |
| @@ -911,6 +911,7 @@ public: |
| // Functions intended for internal use only. |
| GrGpu* getGpu() { return fGpu; } |
| const GrGpu* getGpu() const { return fGpu; } |
| + GrInOrderDrawBuffer* getDrawBuffer() { return fDrawBuffer; } |
|
bsalomon
2014/06/18 20:35:17
Ahhhhhhhhh
egdaniel
2014/06/18 21:03:43
I going to take that as an excited, you're amazing
bsalomon
2014/06/18 21:14:47
You do that :)
|
| GrFontCache* getFontCache() { return fFontCache; } |
| GrLayerCache* getLayerCache() { return fLayerCache.get(); } |
| GrDrawTarget* getTextTarget(); |