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

Unified Diff: cc/playback/drawing_display_item.cc

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/playback/drawing_display_item.h ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: cc/playback/drawing_display_item.cc
diff --git a/cc/playback/drawing_display_item.cc b/cc/playback/drawing_display_item.cc
index 15700830a58266573547c83e7e6e65dd6adfaa3c..d5683105c5fa6422b30ef137eaeebff7c2b4ad01 100644
--- a/cc/playback/drawing_display_item.cc
+++ b/cc/playback/drawing_display_item.cc
@@ -42,10 +42,6 @@ void DrawingDisplayItem::SetNew(sk_sp<const SkPicture> picture) {
picture_ = std::move(picture);
}
-sk_sp<const SkPicture> DrawingDisplayItem::GetPicture() const {
- return picture_;
-}
-
DISABLE_CFI_PERF
void DrawingDisplayItem::Raster(SkCanvas* canvas,
SkPicture::AbortCallback* callback) const {
« no previous file with comments | « cc/playback/drawing_display_item.h ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698