Bug 23647

Summary: Fix PLATFORM(SKIA)'s ImageSource::clear method to match other ports
Product: WebKit Reporter: Darin Fisher (:fishd, Google) <fishd>
Component: PlatformAssignee: Darin Fisher (:fishd, Google) <fishd>
Status: RESOLVED FIXED    
Severity: Normal    
Priority: P2    
Version: 528+ (Nightly build)   
Hardware: All   
OS: All   
Attachments:
Description Flags
v1 patch eric: review+

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