Changeset 215905 in webkit


Ignore:
Timestamp:
Apr 27, 2017 4:36:45 PM (7 years ago)
Author:
Said Abou-Hallawa
Message:

Attempt to fix a PLT regression on Mac
<rdar://problem/31826998>

Unreviewed.

Disable passing the TypeIdentifierHint to CGImageSourceCreateIncremental()
on Mac for now.

  • platform/graphics/cg/ImageDecoderCG.cpp:

(WebCore::ImageDecoder::ImageDecoder):

Location:
trunk/Source/WebCore
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/Source/WebCore/ChangeLog

    r215904 r215905  
     12017-04-27  Said Abou-Hallawa  <sabouhallawa@apple.com>
     2
     3        Attempt to fix a PLT regression on Mac
     4        <rdar://problem/31826998>
     5
     6        Unreviewed.
     7
     8        Disable passing the TypeIdentifierHint to CGImageSourceCreateIncremental()
     9        on Mac for now.
     10
     11        * platform/graphics/cg/ImageDecoderCG.cpp:
     12        (WebCore::ImageDecoder::ImageDecoder):
     13
    1142017-04-27  Daniel Bates  <dabates@apple.com>
    215
  • trunk/Source/WebCore/platform/graphics/cg/ImageDecoderCG.cpp

    r215851 r215905  
    155155ImageDecoder::ImageDecoder(const URL& sourceURL, AlphaOption, GammaAndColorProfileOption)
    156156{
    157 #if (PLATFORM(MAC) && __MAC_OS_X_VERSION_MIN_REQUIRED >= 101300)
     157#if 0
    158158    RetainPtr<CFURLRef> url = sourceURL.createCFURL();
    159159    RetainPtr<CFStringRef> utiHint = adoptCF(CGImageSourceGetTypeWithURL(url.get(), nullptr));
Note: See TracChangeset for help on using the changeset viewer.