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

Unified Diff: cc/playback/clip_display_item.h

Issue 2523673004: [NOT FOR COMMIT] Fully replace SkCanvas uses.
Patch Set: Support Android build. Created 4 years 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/software_renderer.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 72fa6bc7ee60e84642724d3c4ca069c24176418a..5811816db2ab190fdcc07d7fa0cfab811b4675d1 100644
--- a/cc/playback/clip_display_item.h
+++ b/cc/playback/clip_display_item.h
@@ -28,7 +28,7 @@ class CC_EXPORT ClipDisplayItem : public DisplayItem {
~ClipDisplayItem() override;
void ToProtobuf(proto::DisplayItem* proto) const override;
- void Raster(SkCanvas* canvas,
+ void Raster(CdlCanvas* canvas,
SkPicture::AbortCallback* callback) const override;
void AsValueInto(const gfx::Rect& visual_rect,
base::trace_event::TracedValue* array) const override;
@@ -53,7 +53,7 @@ class CC_EXPORT EndClipDisplayItem : public DisplayItem {
~EndClipDisplayItem() override;
void ToProtobuf(proto::DisplayItem* proto) const override;
- void Raster(SkCanvas* canvas,
+ void Raster(CdlCanvas* canvas,
SkPicture::AbortCallback* callback) const override;
void AsValueInto(const gfx::Rect& visual_rect,
base::trace_event::TracedValue* array) const override;
« no previous file with comments | « cc/output/software_renderer.cc ('k') | cc/playback/clip_display_item.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698