| Index: src/gpu/GrDrawTarget.h
|
| diff --git a/src/gpu/GrDrawTarget.h b/src/gpu/GrDrawTarget.h
|
| index a41fc43ea4675d36f5a8e4b59a710b0cfccd62eb..ae31222f3c31444a48ed5f0895aeedd24f46cf17 100644
|
| --- a/src/gpu/GrDrawTarget.h
|
| +++ b/src/gpu/GrDrawTarget.h
|
| @@ -595,11 +595,6 @@ public:
|
| bool programUnitTest(int maxStages);
|
|
|
| protected:
|
| - // Extend access to GrDrawState::convertToPEndeingExec to subclasses.
|
| - void convertDrawStateToPendingExec(GrDrawState* ds) {
|
| - ds->convertToPendingExec();
|
| - }
|
| -
|
| enum GeometrySrcType {
|
| kNone_GeometrySrcType, //<! src has not been specified
|
| kReserved_GeometrySrcType, //<! src was set using reserve*Space
|
|
|