| Index: cc/paint/skia_paint_canvas.h
|
| diff --git a/cc/paint/skia_paint_canvas.h b/cc/paint/skia_paint_canvas.h
|
| index 186b9423f044ccd2308a53ee12c190f464ebf3b1..d155504dcf74e2d1268d0a8eab6211c80a01539a 100644
|
| --- a/cc/paint/skia_paint_canvas.h
|
| +++ b/cc/paint/skia_paint_canvas.h
|
| @@ -159,6 +159,8 @@ class CC_PAINT_EXPORT SkiaPaintCanvas final : public PaintCanvas {
|
| void AnnotateNamedDestination(const SkPoint& point, SkData* data) override;
|
| void AnnotateLinkToDestination(const SkRect& rect, SkData* data) override;
|
|
|
| + void PlaybackPaintRecord(sk_sp<const PaintRecord> record) override;
|
| +
|
| // Don't shadow non-virtual helper functions.
|
| using PaintCanvas::clipRect;
|
| using PaintCanvas::clipRRect;
|
|
|