| 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);
|
|
|
|
|