| Index: include/gpu/SkGpuDevice.h
|
| diff --git a/include/gpu/SkGpuDevice.h b/include/gpu/SkGpuDevice.h
|
| index 8042ed30f7d94c0a08c7d64da804eb8fde2db089..15951aa927faf01134f6c8c09077f7f52ccc035a 100644
|
| --- a/include/gpu/SkGpuDevice.h
|
| +++ b/include/gpu/SkGpuDevice.h
|
| @@ -208,7 +208,8 @@ private:
|
| const GrTextureParams& params,
|
| const SkPaint& paint,
|
| SkCanvas::DrawBitmapRectFlags flags,
|
| - bool bicubic);
|
| + bool bicubic,
|
| + bool needsTextureDomain);
|
| void drawTiledBitmap(const SkBitmap& bitmap,
|
| const SkRect& srcRect,
|
| const SkIRect& clippedSrcRect,
|
|
|