| Index: src/gpu/GrDrawTarget.h
|
| diff --git a/src/gpu/GrDrawTarget.h b/src/gpu/GrDrawTarget.h
|
| index b13db61cc13f7104277a68e589985aa94dd313c8..c5fff70b3e1e87c9b9defc5ff3d2679d99a02e9d 100644
|
| --- a/src/gpu/GrDrawTarget.h
|
| +++ b/src/gpu/GrDrawTarget.h
|
| @@ -607,11 +607,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
|
|
|