| Index: src/gpu/GrDrawTarget.h
|
| diff --git a/src/gpu/GrDrawTarget.h b/src/gpu/GrDrawTarget.h
|
| index 753ea85881db66e476dfa5b212119ed472ff1caf..c8d3df53b3ac678f0fb1d44e97192e2fbcff04af 100644
|
| --- a/src/gpu/GrDrawTarget.h
|
| +++ b/src/gpu/GrDrawTarget.h
|
| @@ -244,7 +244,7 @@ protected:
|
| GrXferProcessor::DstTexture fDstTexture;
|
| };
|
|
|
| - void setupPipeline(const PipelineInfo& pipelineInfo, GrPipeline* pipeline);
|
| + void setupPipeline(const PipelineInfo& pipelineInfo, void* pipelineAddr);
|
|
|
| private:
|
| virtual void onReset() = 0;
|
|
|