Index: cc/resources/resource_provider.h |
diff --git a/cc/resources/resource_provider.h b/cc/resources/resource_provider.h |
index 50003c425ab5dd49e509e0b1d888dfe1ea860640..c3361195f3343782ac81a84cbe4db45747c17f59 100644 |
--- a/cc/resources/resource_provider.h |
+++ b/cc/resources/resource_provider.h |
@@ -124,10 +124,9 @@ class CC_EXPORT ResourceProvider |
// Creates a resource for a particular texture target (the distinction between |
// texture targets has no effect in software mode). |
- ResourceId CreateResourceWithTextureTarget(const gfx::Size& size, |
- GLenum target, |
- TextureHint hint, |
- ResourceFormat format); |
+ ResourceId CreateResourceWithImageTextureTarget(const gfx::Size& size, |
+ TextureHint hint, |
+ ResourceFormat format); |
// Wraps an IOSurface into a GL resource. |
ResourceId CreateResourceFromIOSurface(const gfx::Size& size, |