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

Unified Diff: cc/test/fake_raster_source.h

Issue 2075873002: Support general raster matrix for RasterSource and DisplayItemList (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: fix a bug in PrepareForPlaybackToCanvas and fix cc_unittests Created 4 years, 6 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
Index: cc/test/fake_raster_source.h
diff --git a/cc/test/fake_raster_source.h b/cc/test/fake_raster_source.h
index bbb2b97d3464a5399b3881e1a1f39f0a475148a0..ac24f1b631d79fedd2778b2d8aace1a937b4c5f0 100644
--- a/cc/test/fake_raster_source.h
+++ b/cc/test/fake_raster_source.h
@@ -36,9 +36,6 @@ class FakeRasterSource : public RasterSource {
base::WaitableEvent* playback_allowed_event);
void PlaybackToCanvas(SkCanvas* canvas,
- const gfx::Rect& canvas_bitmap_rect,
- const gfx::Rect& canvas_playback_rect,
- float contents_scale,
const PlaybackSettings& settings) const override;
protected:

Powered by Google App Engine
This is Rietveld 408576698