| 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_;
|
| }
|
|
|