| Index: src/gpu/GrDrawTarget.h
|
| diff --git a/src/gpu/GrDrawTarget.h b/src/gpu/GrDrawTarget.h
|
| index dc1be12ee62263fa4330ec25afd425d2ebe307f6..88207da5999a889928886998e615686613f38b38 100644
|
| --- a/src/gpu/GrDrawTarget.h
|
| +++ b/src/gpu/GrDrawTarget.h
|
| @@ -573,6 +573,8 @@ public:
|
| bool programUnitTest(int maxStages);
|
|
|
| protected:
|
| + friend class GrTargetCommands; // for PipelineInfo
|
| +
|
| enum GeometrySrcType {
|
| kNone_GeometrySrcType, //<! src has not been specified
|
| kReserved_GeometrySrcType, //<! src was set using reserve*Space
|
|
|