Bug 23647 - Fix PLATFORM(SKIA)'s ImageSource::clear method to match other ports
Summary: Fix PLATFORM(SKIA)'s ImageSource::clear method to match other ports
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: Platform (show other bugs)
Version: 528+ (Nightly build)
Hardware: All All
: P2 Normal
Assignee: Darin Fisher (:fishd, Google)
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2009-01-30 09:20 PST by Darin Fisher (:fishd, Google)
Modified: 2009-01-30 10:24 PST (History)
0 users

See Also:


Attachments
v1 patch (1.47 KB, patch)
2009-01-30 09:23 PST, Darin Fisher (:fishd, Google)
eric: review+
Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Darin Fisher (:fishd, Google) 2009-01-30 09:20:53 PST
Fix PLATFORM(SKIA)'s ImageSource::clear method to match other ports

The actual bug is that images fail to render once they have been told by the cache to drop their decoded representation.
Comment 1 Darin Fisher (:fishd, Google) 2009-01-30 09:23:00 PST
Created attachment 27184 [details]
v1 patch

This has already been reviewed by brettw in the chromium source tree here:
http://codereview.chromium.org/18034
Comment 2 Eric Seidel (no email) 2009-01-30 10:05:06 PST
Comment on attachment 27184 [details]
v1 patch

LGTM.
Comment 3 Darin Fisher (:fishd, Google) 2009-01-30 10:24:24 PST
http://trac.webkit.org/changeset/40410