Bug 127610 - Remove an unnecessary platform #if in BitmapImage(CG)::checkForSolidColor()
Summary: Remove an unnecessary platform #if in BitmapImage(CG)::checkForSolidColor()
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: Images (show other bugs)
Version: 528+ (Nightly build)
Hardware: Unspecified Unspecified
: P2 Normal
Assignee: Tim Horton
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2014-01-24 23:15 PST by Tim Horton
Modified: 2014-01-25 13:21 PST (History)
3 users (show)

See Also:


Attachments
patch (3.59 KB, patch)
2014-01-24 23:20 PST, Tim Horton
no flags Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Tim Horton 2014-01-24 23:15:05 PST
BitmapImageCG's checkForSolidColor() has a #if !PLATFORM(IOS) that is basically identical to the #else. Mishmosh the best of both sides.
Comment 1 Tim Horton 2014-01-24 23:20:54 PST
Created attachment 222193 [details]
patch
Comment 2 WebKit Commit Bot 2014-01-25 13:21:28 PST
Comment on attachment 222193 [details]
patch

Clearing flags on attachment: 222193

Committed r162779: <http://trac.webkit.org/changeset/162779>
Comment 3 WebKit Commit Bot 2014-01-25 13:21:30 PST
All reviewed patches have been landed.  Closing bug.