| Index: include/gpu/SkGpuDevice.h
|
| diff --git a/include/gpu/SkGpuDevice.h b/include/gpu/SkGpuDevice.h
|
| index aebdf8ffe34ff1dd6506530e027fede4ea99c756..75e7eb545ca3a2aa3326bdfe23aff9781ff74512 100644
|
| --- a/include/gpu/SkGpuDevice.h
|
| +++ b/include/gpu/SkGpuDevice.h
|
| @@ -144,7 +144,7 @@
|
|
|
| static bool FindLayersToHoist(const GrAccelData *gpuData,
|
| const SkPicture::OperationList* ops,
|
| - const SkRect& query,
|
| + const SkIRect& query,
|
| bool* pullForward);
|
| void drawLayers(const SkPicture* picture,
|
| const SkTDArray<GrCachedLayer*>& atlased,
|
|
|