diff options
Diffstat (limited to 'cc/resources/scoped_resource.h')
-rw-r--r-- | cc/resources/scoped_resource.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/cc/resources/scoped_resource.h b/cc/resources/scoped_resource.h index 9f58395..f2c1a0d 100644 --- a/cc/resources/scoped_resource.h +++ b/cc/resources/scoped_resource.h @@ -26,7 +26,7 @@ class CC_EXPORT ScopedResource : public Resource { virtual ~ScopedResource(); void Allocate(const gfx::Size& size, - ResourceProvider::TextureUsageHint hint, + ResourceProvider::TextureHint hint, ResourceFormat format); void AllocateManaged(const gfx::Size& size, GLenum target, |