| Index: cc/resources/resource_provider.h
|
| diff --git a/cc/resources/resource_provider.h b/cc/resources/resource_provider.h
|
| index 22ce8a855b161ab37ef0a3f9d9fcb91642e56cfd..ea896b1624926db1c5d314a3432b457f38729bf4 100644
|
| --- a/cc/resources/resource_provider.h
|
| +++ b/cc/resources/resource_provider.h
|
| @@ -469,6 +469,7 @@ class CC_EXPORT ResourceProvider {
|
| void DestroyChildInternal(ChildMap::iterator it, DeleteStyle style);
|
| void LazyCreate(Resource* resource);
|
| void LazyAllocate(Resource* resource);
|
| + void BindImageForSampling(Resource* resource);
|
|
|
| // Binds the given GL resource to a texture target for sampling using the
|
| // specified filter for both minification and magnification. Returns the
|
|
|