| Index: cc/resources/resource_provider.h | 
| diff --git a/cc/resources/resource_provider.h b/cc/resources/resource_provider.h | 
| index 034bb7a89bf854792e16174c0aeea91898a3de7c..95f18ad1b4e4c68c4b6e54c81a48349ea8f67212 100644 | 
| --- a/cc/resources/resource_provider.h | 
| +++ b/cc/resources/resource_provider.h | 
| @@ -327,6 +327,7 @@ class CC_EXPORT ResourceProvider { | 
| void CreateForTesting(ResourceId id); | 
|  | 
| GLint WrapModeForTesting(ResourceId id); | 
| +  GLenum TargetForTesting(ResourceId id); | 
|  | 
| // Sets the current read fence. If a resource is locked for read | 
| // and has read fences enabled, the resource will not allow writes | 
|  |