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

Unified Diff: cc/paint/skia_paint_canvas.h

Issue 2755183002: Change drawPicture calls to playback to avoid culling (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..6746bff2fb3c194075d7b5d05bd1e2008e717870 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(PaintRecord* record) override;
+
// Don't shadow non-virtual helper functions.
using PaintCanvas::clipRect;
using PaintCanvas::clipRRect;

Powered by Google App Engine
This is Rietveld 408576698