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

Unified Diff: cc/playback/display_item.h

Issue 2646623002: cc: Remove all blimp code from cc. (Closed)
Patch Set: test build 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/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 4e74e9079e76e9f9da7c3400aba25af25a49ff99..a57096213813ba41c49492962451411e6175451f 100644
--- a/cc/playback/display_item.h
+++ b/cc/playback/display_item.h
@@ -18,10 +18,6 @@ class SkCanvas;
namespace cc {
-namespace proto {
-class DisplayItem;
-} // namespace proto
-
class CC_EXPORT DisplayItem {
public:
enum Type {
@@ -42,7 +38,6 @@ class CC_EXPORT DisplayItem {
virtual ~DisplayItem() {}
- virtual void ToProtobuf(proto::DisplayItem* proto) const = 0;
virtual sk_sp<const SkPicture> GetPicture() const;
virtual void Raster(SkCanvas* canvas,
SkPicture::AbortCallback* callback) const = 0;
« 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