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