Changeset 45423 in webkit


Ignore:
Timestamp:
Jun 30, 2009 10:19:34 PM (15 years ago)
Author:
mrowe@apple.com
Message:

Land some code that has a hope of compiling.

  • platform/graphics/cg/ImageSourceCG.cpp:

(WebCore::imageSourceOptions):

Location:
trunk/WebCore
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/WebCore/ChangeLog

    r45421 r45423  
     12009-06-30  Mark Rowe  <mrowe@apple.com>
     2
     3        Land some code that has a hope of compiling.
     4
     5        * platform/graphics/cg/ImageSourceCG.cpp:
     6        (WebCore::imageSourceOptions):
     7
    182009-06-30  Stephanie Lewis  <slewis@apple.com>
    29
  • trunk/WebCore/platform/graphics/cg/ImageSourceCG.cpp

    r45421 r45423  
    7979{
    8080    static CFDictionaryRef options;
    81    
     81
    8282    if (!options) {
    83         unsigned numOptions = 2;
     83        const unsigned numOptions = 2;
    8484        const void* keys[numOptions] = { kCGImageSourceShouldCache, kCGImageSourceShouldPreferRGB32 };
    8585        const void* values[numOptions] = { kCFBooleanTrue, kCFBooleanTrue };
Note: See TracChangeset for help on using the changeset viewer.