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

Unified Diff: cc/scoped_resource.h

Issue 11578019: Remove the pools from the ResourceProvider. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Re-resolve against HEAD Created 8 years 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/resource_update_controller_unittest.cc ('k') | cc/scoped_resource.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: cc/scoped_resource.h
diff --git a/cc/scoped_resource.h b/cc/scoped_resource.h
index c1123007e8166b995b7826b18e998f7a8a5fe5a9..7f0814fc5972e8272e592b0ab3b49f5cd826c596 100644
--- a/cc/scoped_resource.h
+++ b/cc/scoped_resource.h
@@ -25,7 +25,7 @@ class CC_EXPORT ScopedResource : public Resource {
}
virtual ~ScopedResource();
- bool Allocate(int pool, const gfx::Size&, GLenum format,
+ bool Allocate(const gfx::Size&, GLenum format,
ResourceProvider::TextureUsageHint);
void Free();
void Leak();
« no previous file with comments | « cc/resource_update_controller_unittest.cc ('k') | cc/scoped_resource.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698