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

Unified Diff: cc/playback/clip_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/output/begin_frame_args.cc ('k') | cc/playback/clip_display_item.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: cc/playback/clip_display_item.h
diff --git a/cc/playback/clip_display_item.h b/cc/playback/clip_display_item.h
index cd5c3b65f3133ee004ab3dfa3ed69676d1ff07e6..8ab86aeeaeb634ad0ffa382d9a50d08076fa09b2 100644
--- a/cc/playback/clip_display_item.h
+++ b/cc/playback/clip_display_item.h
@@ -24,10 +24,8 @@ class CC_EXPORT ClipDisplayItem : public DisplayItem {
ClipDisplayItem(const gfx::Rect& clip_rect,
const std::vector<SkRRect>& rounded_clip_rects,
bool antialias);
- explicit ClipDisplayItem(const proto::DisplayItem& proto);
~ClipDisplayItem() override;
- void ToProtobuf(proto::DisplayItem* proto) const override;
void Raster(SkCanvas* canvas,
SkPicture::AbortCallback* callback) const override;
void AsValueInto(const gfx::Rect& visual_rect,
@@ -51,10 +49,8 @@ class CC_EXPORT ClipDisplayItem : public DisplayItem {
class CC_EXPORT EndClipDisplayItem : public DisplayItem {
public:
EndClipDisplayItem();
- explicit EndClipDisplayItem(const proto::DisplayItem& proto);
~EndClipDisplayItem() override;
- void ToProtobuf(proto::DisplayItem* proto) const override;
void Raster(SkCanvas* canvas,
SkPicture::AbortCallback* callback) const override;
void AsValueInto(const gfx::Rect& visual_rect,
« no previous file with comments | « cc/output/begin_frame_args.cc ('k') | cc/playback/clip_display_item.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698