| Index: src/gpu/GrBufferedDrawTarget.cpp
|
| diff --git a/src/gpu/GrBufferedDrawTarget.cpp b/src/gpu/GrBufferedDrawTarget.cpp
|
| index 4959ddce73de14cec86e9f97f8a2dbaac250be8e..5e5d71ecc5c0316bcd6f94af4ebed4fc014bd769 100644
|
| --- a/src/gpu/GrBufferedDrawTarget.cpp
|
| +++ b/src/gpu/GrBufferedDrawTarget.cpp
|
| @@ -89,13 +89,6 @@ void GrBufferedDrawTarget::onFlush() {
|
| ++fDrawID;
|
| }
|
|
|
| -void GrBufferedDrawTarget::onCopySurface(GrSurface* dst,
|
| - GrSurface* src,
|
| - const SkIRect& srcRect,
|
| - const SkIPoint& dstPoint) {
|
| - fCommands->recordCopySurface(dst, src, srcRect, dstPoint);
|
| -}
|
| -
|
| GrTargetCommands::StateForPathDraw*
|
| GrBufferedDrawTarget::createStateForPathDraw(const GrPrimitiveProcessor* primProc,
|
| const GrDrawTarget::PipelineInfo& pipelineInfo,
|
|
|