| Index: src/gpu/gl/GrGpuGL.h
|
| diff --git a/src/gpu/gl/GrGpuGL.h b/src/gpu/gl/GrGpuGL.h
|
| index 3757d76204682c573032acceaa8d08c2fc8e3d47..778ee160e1da9998b7d015cc46cbaceac0162527 100644
|
| --- a/src/gpu/gl/GrGpuGL.h
|
| +++ b/src/gpu/gl/GrGpuGL.h
|
| @@ -100,8 +100,8 @@ public:
|
| const SkIRect& srcRect,
|
| const SkIPoint& dstPoint) SK_OVERRIDE;
|
|
|
| - virtual bool canCopySurface(GrSurface* dst,
|
| - GrSurface* src,
|
| + virtual bool canCopySurface(const GrSurface* dst,
|
| + const GrSurface* src,
|
| const SkIRect& srcRect,
|
| const SkIPoint& dstPoint) SK_OVERRIDE;
|
|
|
|
|