Index: src/gpu/GrContext.cpp |
diff --git a/src/gpu/GrContext.cpp b/src/gpu/GrContext.cpp |
index d95b4fe088aa1baf655ac2a8d4e319f677db9351..4a6d3edfeb4edc701b3cef05f7920aa8538067f5 100755 |
--- a/src/gpu/GrContext.cpp |
+++ b/src/gpu/GrContext.cpp |
@@ -1776,6 +1776,10 @@ void GrContext::removeGpuTraceMarker(const GrGpuTraceMarker* marker) { |
} |
} |
+GrDrawTarget* GrContext::getDrawTarget() { |
+ return fDrawBuffer; |
+} |
+ |
/////////////////////////////////////////////////////////////////////////////// |
#if GR_CACHE_STATS |
void GrContext::printCacheStats() const { |