Changeset 110429 in webkit


Ignore:
Timestamp:
Mar 12, 2012 8:32:47 AM (12 years ago)
Author:
staikos@webkit.org
Message:

Remove unused global static variable for BlackBerry.
https://bugs.webkit.org/show_bug.cgi?id=80790

Reviewed by Alexey Proskuryakov.

  • platform/graphics/gpu/DrawingBuffer.cpp:

(WebCore):

Location:
trunk/Source/WebCore
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/Source/WebCore/ChangeLog

    r110428 r110429  
     12012-03-12  George Staikos  <staikos@webkit.org>
     2
     3        Remove unused global static variable for BlackBerry.
     4        https://bugs.webkit.org/show_bug.cgi?id=80790
     5
     6        Reviewed by Alexey Proskuryakov.
     7
     8        * platform/graphics/gpu/DrawingBuffer.cpp:
     9        (WebCore):
     10
    1112012-03-12  George Staikos  <staikos@webkit.org>
    212
  • trunk/Source/WebCore/platform/graphics/gpu/DrawingBuffer.cpp

    r106888 r110429  
    4646#if PLATFORM(CHROMIUM) // Currently, this cap only exists for chromium.
    4747static int s_maximumResourceUsePixels = 16 * 1024 * 1024;
    48 #else
     48#elif !PLATFORM(BLACKBERRY)
    4949static int s_maximumResourceUsePixels = 0;
    5050#endif
Note: See TracChangeset for help on using the changeset viewer.