Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(367)

Unified Diff: cc/resources/scoped_resource.h

Issue 1415583004: cc: Remove references to managed resources (and cleanup) (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: protected -> private Created 5 years, 2 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « cc/resources/resource_provider_unittest.cc ('k') | cc/resources/scoped_resource.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: cc/resources/scoped_resource.h
diff --git a/cc/resources/scoped_resource.h b/cc/resources/scoped_resource.h
index 6f8c1cd8c5478699ee9bc5409ccfa17e928e827e..b3b87b7f76fd824f619f00ee45bf758987bd5acb 100644
--- a/cc/resources/scoped_resource.h
+++ b/cc/resources/scoped_resource.h
@@ -28,9 +28,9 @@ class CC_EXPORT ScopedResource : public Resource {
void Allocate(const gfx::Size& size,
ResourceProvider::TextureHint hint,
ResourceFormat format);
- void AllocateManaged(const gfx::Size& size,
- GLenum target,
- ResourceFormat format);
+ void AllocateWithTextureTarget(const gfx::Size& size,
+ GLenum target,
+ ResourceFormat format);
void Free();
protected:
« no previous file with comments | « cc/resources/resource_provider_unittest.cc ('k') | cc/resources/scoped_resource.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698