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

Unified Diff: Source/WebCore/platform/graphics/chromium/TextureManager.h

Issue 10025037: Merge 114191 - [chromium] Remove viewport memory restrictions (Closed) Base URL: http://svn.webkit.org/repository/webkit/branches/chromium/1084/
Patch Set: Created 8 years, 8 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 | « Source/WebCore/ChangeLog ('k') | Source/WebCore/platform/graphics/chromium/TextureManager.cpp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/WebCore/platform/graphics/chromium/TextureManager.h
===================================================================
--- Source/WebCore/platform/graphics/chromium/TextureManager.h (revision 114633)
+++ Source/WebCore/platform/graphics/chromium/TextureManager.h (working copy)
@@ -62,8 +62,6 @@
static size_t highLimitBytes(const IntSize& viewportSize);
// Preferred texture size limit given the viewport size.
static size_t reclaimLimitBytes(const IntSize& viewportSize);
- // The maximum texture memory usage when asked to release textures.
- static size_t lowLimitBytes(const IntSize& viewport);
static size_t memoryUseBytes(const IntSize&, GC3Denum format);
« no previous file with comments | « Source/WebCore/ChangeLog ('k') | Source/WebCore/platform/graphics/chromium/TextureManager.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698