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

Unified Diff: cc/resource_pool.h

Issue 11637022: Send memory management policies to the tile manager (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: 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
Index: cc/resource_pool.h
diff --git a/cc/resource_pool.h b/cc/resource_pool.h
index 6ec8472a44f3a0f9683182a08e9aac05885a9c0f..c595d437ebb789f4febc6827ddf192a47af490cd 100644
--- a/cc/resource_pool.h
+++ b/cc/resource_pool.h
@@ -41,8 +41,6 @@ class ResourcePool {
const gfx::Size&, GLenum format);
void ReleaseResource(scoped_ptr<ResourcePool::Resource>);
- void SetMaxMemoryUsageBytes(size_t max_memory_usage_bytes);
-
protected:
ResourcePool(ResourceProvider* resource_provider);

Powered by Google App Engine
This is Rietveld 408576698