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

Unified Diff: cc/raster/raster_source.h

Issue 2881213002: cc: Remove deprecated DisplayItemList::Raster overload. (Closed)
Patch Set: update Created 3 years, 7 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
« no previous file with comments | « cc/paint/skia_paint_canvas.cc ('k') | cc/raster/raster_source.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: cc/raster/raster_source.h
diff --git a/cc/raster/raster_source.h b/cc/raster/raster_source.h
index df899ab220c7d9a11768edb59d491e6dd16342b4..b70f5ada9203ecb1b24a6b27657c1766ca7cbdb7 100644
--- a/cc/raster/raster_source.h
+++ b/cc/raster/raster_source.h
@@ -168,7 +168,7 @@ class CC_EXPORT RasterSource : public base::RefCountedThreadSafe<RasterSource> {
private:
void RasterCommon(SkCanvas* canvas,
- SkPicture::AbortCallback* callback) const;
+ SkPicture::AbortCallback* callback = nullptr) const;
void PrepareForPlaybackToCanvas(SkCanvas* canvas) const;
« no previous file with comments | « cc/paint/skia_paint_canvas.cc ('k') | cc/raster/raster_source.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698