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

Unified Diff: cc/playback/display_item.h

Issue 2668353002: cc: Delete unused DisplayItem::GetPicture func (Closed)
Patch Set: Created 3 years, 11 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/BUILD.gn ('k') | cc/playback/display_item.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: cc/playback/display_item.h
diff --git a/cc/playback/display_item.h b/cc/playback/display_item.h
index a57096213813ba41c49492962451411e6175451f..5065a4ee8032dc0219b1514042d0f2e4ef5c1efd 100644
--- a/cc/playback/display_item.h
+++ b/cc/playback/display_item.h
@@ -38,7 +38,6 @@ class CC_EXPORT DisplayItem {
virtual ~DisplayItem() {}
- virtual sk_sp<const SkPicture> GetPicture() const;
virtual void Raster(SkCanvas* canvas,
SkPicture::AbortCallback* callback) const = 0;
virtual void AsValueInto(const gfx::Rect& visual_rect,
« no previous file with comments | « cc/BUILD.gn ('k') | cc/playback/display_item.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698