Index: include/gpu/GrContext.h |
diff --git a/include/gpu/GrContext.h b/include/gpu/GrContext.h |
index 2d77a0f449fb5305592c6b44d1c05aad9b26075f..c40241656d122146d082856aea04b5f922793b30 100644 |
--- a/include/gpu/GrContext.h |
+++ b/include/gpu/GrContext.h |
@@ -399,6 +399,7 @@ private: |
// TODO: have the CMM use drawContexts and rm this friending |
friend class GrClipMaskManager; // the CMM is friended just so it can call 'drawingManager' |
+ friend class GrDrawingManager; // for access to drawingManager for ProgramUnitTest |
GrDrawingManager* drawingManager() { return fDrawingManager; } |
GrContext(); // init must be called after the constructor. |