| Index: cc/resources/scoped_resource.h
|
| diff --git a/cc/resources/scoped_resource.h b/cc/resources/scoped_resource.h
|
| index 80fd5e186a67f07fc75d32deb876a790cd213c74..13f1e98f534ce3c06aae2d3981dcd6ec9b8290a6 100644
|
| --- a/cc/resources/scoped_resource.h
|
| +++ b/cc/resources/scoped_resource.h
|
| @@ -29,10 +29,12 @@ class CC_EXPORT ScopedResource : public Resource {
|
|
|
| void Allocate(const gfx::Size& size,
|
| ResourceProvider::TextureHint hint,
|
| - ResourceFormat format);
|
| + ResourceFormat format,
|
| + const gfx::ColorSpace& color_space);
|
| void AllocateWithGpuMemoryBuffer(const gfx::Size& size,
|
| ResourceFormat format,
|
| - gfx::BufferUsage usage);
|
| + gfx::BufferUsage usage,
|
| + const gfx::ColorSpace& color_space);
|
| void Free();
|
|
|
| protected:
|
|
|