| Index: cc/resources/resource_pool.h
|
| diff --git a/cc/resources/resource_pool.h b/cc/resources/resource_pool.h
|
| index e321d08bb2fcbd2d255952f33974e449559d699c..8123152edd21df6c8834d2493174dec5280d3b01 100644
|
| --- a/cc/resources/resource_pool.h
|
| +++ b/cc/resources/resource_pool.h
|
| @@ -44,6 +44,8 @@ class CC_EXPORT ResourcePool {
|
| return resource_count_ - unused_resources_.size();
|
| }
|
|
|
| + ResourceFormat resource_format() const { return format_; }
|
| +
|
| protected:
|
| ResourcePool(ResourceProvider* resource_provider,
|
| GLenum target,
|
|
|