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

Unified Diff: cc/playback/raster_source.cc

Issue 2702633002: color: Remove implied color space (Closed)
Patch Set: Rebase Created 3 years, 10 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/raster_source.h ('k') | cc/raster/bitmap_raster_buffer_provider.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: cc/playback/raster_source.cc
diff --git a/cc/playback/raster_source.cc b/cc/playback/raster_source.cc
index 59ed14b821ff4bc41dee8a3025de53ea1b75eed8..9daa8f3a4e1d3e4205972071af0c199cd22a1e3c 100644
--- a/cc/playback/raster_source.cc
+++ b/cc/playback/raster_source.cc
@@ -262,14 +262,6 @@ gfx::Size RasterSource::GetSize() const {
return size_;
}
-bool RasterSource::HasImpliedColorSpace() const {
- return display_list_->HasImpliedColorSpace();
-}
-
-const gfx::ColorSpace& RasterSource::GetImpliedColorSpace() const {
- return display_list_->GetImpliedColorSpace();
-}
-
bool RasterSource::IsSolidColor() const {
return is_solid_color_;
}
« no previous file with comments | « cc/playback/raster_source.h ('k') | cc/raster/bitmap_raster_buffer_provider.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698