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

Unified Diff: include/gpu/GrContext.h

Issue 340893002: Allow gpu debug markers to be placed by using a GrContext (Closed) Base URL: https://skia.googlesource.com/skia.git@master
Patch Set: Created 6 years, 6 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/GrTracing.h » ('j') | src/gpu/GrTracing.h » ('J')
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 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();
« no previous file with comments | « no previous file | src/gpu/GrTracing.h » ('j') | src/gpu/GrTracing.h » ('J')

Powered by Google App Engine
This is Rietveld 408576698