Chromium Code Reviews| Index: include/gpu/SkGpuDevice.h |
| diff --git a/include/gpu/SkGpuDevice.h b/include/gpu/SkGpuDevice.h |
| index 15951aa927faf01134f6c8c09077f7f52ccc035a..d2df32c85bce2c274ad8e44f7a7c81179bd741d0 100644 |
| --- a/include/gpu/SkGpuDevice.h |
| +++ b/include/gpu/SkGpuDevice.h |
| @@ -219,6 +219,8 @@ private: |
| int tileSize, |
| bool bicubic); |
| + bool drawDashLine(const SkPoint pts[2], const SkPaint& paint); |
| + |
| static SkPicture::AccelData::Key ComputeAccelDataKey(); |
| typedef SkBitmapDevice INHERITED; |