Index: src/gpu/GrDrawingManager.h |
diff --git a/src/gpu/GrDrawingManager.h b/src/gpu/GrDrawingManager.h |
index 449044f85dce1349d23258aa650d1c237d73b681..56e46ef53dfdb446df4218fc12d131d78f2fd0cb 100644 |
--- a/src/gpu/GrDrawingManager.h |
+++ b/src/gpu/GrDrawingManager.h |
@@ -60,6 +60,8 @@ public: |
static bool ProgramUnitTest(GrContext* context, int maxStages); |
+ void prepareSurfaceForExternalIO(GrSurface*); |
+ |
private: |
GrDrawingManager(GrContext* context, const GrDrawTarget::Options& optionsForDrawTargets, |
bool isImmediateMode, GrSingleOwner* singleOwner) |