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

Unified Diff: cc/playback/display_item.h

Issue 2747273002: cc: Remove AsValue virtual from DisplayItem. (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
« no previous file with comments | « cc/playback/compositing_display_item.cc ('k') | cc/playback/display_item_list.h » ('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 5065a4ee8032dc0219b1514042d0f2e4ef5c1efd..09899a80c3eccc5b97d68b48f3245fa25d8a09b2 100644
--- a/cc/playback/display_item.h
+++ b/cc/playback/display_item.h
@@ -40,8 +40,6 @@ class CC_EXPORT DisplayItem {
virtual void Raster(SkCanvas* canvas,
SkPicture::AbortCallback* callback) const = 0;
- virtual void AsValueInto(const gfx::Rect& visual_rect,
- base::trace_event::TracedValue* array) const = 0;
Type type() const { return type_; }
« no previous file with comments | « cc/playback/compositing_display_item.cc ('k') | cc/playback/display_item_list.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698