| Index: cc/resources/resource_provider.h
|
| diff --git a/cc/resources/resource_provider.h b/cc/resources/resource_provider.h
|
| index 6136015a326bf91d30c0e063d9c4c5101f06639f..1f4abac04053181607352a8dc5df582043637060 100644
|
| --- a/cc/resources/resource_provider.h
|
| +++ b/cc/resources/resource_provider.h
|
| @@ -90,6 +90,8 @@ class CC_EXPORT ResourceProvider {
|
| ResourceFormat best_texture_format() const { return best_texture_format_; }
|
| size_t num_resources() const { return resources_.size(); }
|
|
|
| + unsigned num_gpu_rasterization_samples(ResourceFormat) const;
|
| +
|
| // Checks whether a resource is in use by a consumer.
|
| bool InUseByConsumer(ResourceId id);
|
|
|
|
|