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

Unified Diff: cc/playback/clip_path_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/clip_display_item.cc ('k') | cc/playback/clip_path_display_item.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: cc/playback/clip_path_display_item.h
diff --git a/cc/playback/clip_path_display_item.h b/cc/playback/clip_path_display_item.h
index 33e648ef0c3f6bddf765bc63d6708b7ca2035129..f736b02314845aeeab674221369bc4d54adb1144 100644
--- a/cc/playback/clip_path_display_item.h
+++ b/cc/playback/clip_path_display_item.h
@@ -21,10 +21,8 @@ namespace cc {
class CC_EXPORT ClipPathDisplayItem : public DisplayItem {
public:
ClipPathDisplayItem(const SkPath& path, bool antialias);
- explicit ClipPathDisplayItem(const proto::DisplayItem& proto);
~ClipPathDisplayItem() override;
- void ToProtobuf(proto::DisplayItem* proto) const override;
void Raster(SkCanvas* canvas,
SkPicture::AbortCallback* callback) const override;
void AsValueInto(const gfx::Rect& visual_rect,
@@ -47,14 +45,12 @@ class CC_EXPORT ClipPathDisplayItem : public DisplayItem {
class CC_EXPORT EndClipPathDisplayItem : public DisplayItem {
public:
EndClipPathDisplayItem();
- explicit EndClipPathDisplayItem(const proto::DisplayItem& proto);
~EndClipPathDisplayItem() override;
static std::unique_ptr<EndClipPathDisplayItem> Create() {
return base::MakeUnique<EndClipPathDisplayItem>();
}
- 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/playback/clip_display_item.cc ('k') | cc/playback/clip_path_display_item.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698