| Index: Source/WebCore/platform/graphics/gpu/DrawingBuffer.cpp
|
| diff --git a/Source/WebCore/platform/graphics/gpu/DrawingBuffer.cpp b/Source/WebCore/platform/graphics/gpu/DrawingBuffer.cpp
|
| index 4917b092f4b2706d5768511f9dfe79707ad7359a..1c014e59dd114bef92b83175645447f384708270 100644
|
| --- a/Source/WebCore/platform/graphics/gpu/DrawingBuffer.cpp
|
| +++ b/Source/WebCore/platform/graphics/gpu/DrawingBuffer.cpp
|
| @@ -45,7 +45,7 @@ namespace WebCore {
|
| // exceed the global cap will instead clear the buffer.
|
| #if PLATFORM(CHROMIUM) // Currently, this cap only exists for chromium.
|
| static int s_maximumResourceUsePixels = 16 * 1024 * 1024;
|
| -#elif !PLATFORM(BLACKBERRY)
|
| +#else
|
| static int s_maximumResourceUsePixels = 0;
|
| #endif
|
| static int s_currentResourceUsePixels = 0;
|
|
|