| Index: cc/raster/gpu_raster_buffer_provider.cc
|
| diff --git a/cc/raster/gpu_raster_buffer_provider.cc b/cc/raster/gpu_raster_buffer_provider.cc
|
| index 408c72a58bee1d7d6977a484f29b9c3be598bce5..38065332e652cfeab6415c15e9df67364bdaa596 100644
|
| --- a/cc/raster/gpu_raster_buffer_provider.cc
|
| +++ b/cc/raster/gpu_raster_buffer_provider.cc
|
| @@ -45,7 +45,7 @@ static void RasterizeSource(
|
| ResourceProvider::ScopedSkSurfaceProvider scoped_surface(
|
| context_provider, resource_lock, async_worker_context_enabled,
|
| use_distance_field_text, raster_source->CanUseLCDText(),
|
| - raster_source->HasImpliedColorSpace(), msaa_sample_count);
|
| + msaa_sample_count);
|
| SkSurface* sk_surface = scoped_surface.sk_surface();
|
| // Allocating an SkSurface will fail after a lost context. Pretend we
|
| // rasterized, as the contents of the resource don't matter anymore.
|
|
|