Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(228)

Unified Diff: cc/paint/skia_paint_canvas.h

Issue 2757313002: Add PaintCanvas::drawDisplayItemList (Closed)
Patch Set: Created 3 years, 9 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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..edce81a0a93b799a215cec554a25902b3f46e712 100644
--- a/cc/paint/skia_paint_canvas.h
+++ b/cc/paint/skia_paint_canvas.h
@@ -141,6 +141,9 @@ class CC_PAINT_EXPORT SkiaPaintCanvas final : public PaintCanvas {
SkScalar y,
const PaintFlags& flags) override;
+ void drawDisplayItemList(const SkRect& bounds,
+ const DisplayItemList*) override;
+
void drawPicture(const PaintRecord* record) override;
void drawPicture(const PaintRecord* record,
const SkMatrix* matrix,

Powered by Google App Engine
This is Rietveld 408576698