| Index: src/gpu/GrDrawTarget.h
|
| diff --git a/src/gpu/GrDrawTarget.h b/src/gpu/GrDrawTarget.h
|
| index 998f41282d9623c062b1efe8079c7687c2a380c0..7f60d69f93d410cc02644c3f7b7dc6b33fd97700 100644
|
| --- a/src/gpu/GrDrawTarget.h
|
| +++ b/src/gpu/GrDrawTarget.h
|
| @@ -694,6 +694,10 @@ public:
|
| virtual DrawToken getCurrentDrawToken() { return DrawToken(this, 0); }
|
|
|
| protected:
|
| + // Extend access to GrRODrawState::convertToPEndeingExec to subclasses.
|
| + void convertDrawStateToPendingExec(GrRODrawState* ds) {
|
| + ds->convertToPendingExec();
|
| + }
|
|
|
| enum GeometrySrcType {
|
| kNone_GeometrySrcType, //<! src has not been specified
|
|
|