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

Unified Diff: cc/test/fake_raster_source.h

Issue 2752523006: cc: Use SkCreateColorSpaceXformCanvas for color transforms (Closed)
Patch Set: Rebase Created 3 years, 9 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/resources/resource_provider.cc ('k') | cc/test/fake_raster_source.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: cc/test/fake_raster_source.h
diff --git a/cc/test/fake_raster_source.h b/cc/test/fake_raster_source.h
index 5545c3e635cc534028a5ef9efa38ad5dd54f9931..6549f58154c34e855fcde3001330540829d78f7e 100644
--- a/cc/test/fake_raster_source.h
+++ b/cc/test/fake_raster_source.h
@@ -38,6 +38,7 @@ class FakeRasterSource : public RasterSource {
base::WaitableEvent* playback_allowed_event);
void PlaybackToCanvas(SkCanvas* canvas,
+ const gfx::ColorSpace& canvas_color_space,
const PlaybackSettings& settings) const override;
protected:
« no previous file with comments | « cc/resources/resource_provider.cc ('k') | cc/test/fake_raster_source.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698