Bug 25942 - ImageWx ::draw and ::drawPattern don't call ImageObserver::didDraw()
Summary: ImageWx ::draw and ::drawPattern don't call ImageObserver::didDraw()
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: WebKit wx (show other bugs)
Version: 528+ (Nightly build)
Hardware: PC All
: P2 Minor
Assignee: Kevin Ollivier
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2009-05-21 10:40 PDT by Kevin Watters
Modified: 2009-05-21 17:58 PDT (History)
0 users

See Also:


Attachments
add didDraw() in ::draw and ::drawPattern (1.59 KB, patch)
2009-05-21 10:43 PDT, Kevin Watters
kevino: review+
Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Kevin Watters 2009-05-21 10:40:59 PDT
ImageObserver::didDraw helps the cache purge alive resources when necessary (thanks https://bugs.webkit.org/show_bug.cgi?id=25856).
Comment 1 Kevin Watters 2009-05-21 10:43:44 PDT
Created attachment 30548 [details]
add didDraw() in ::draw and ::drawPattern

Adds didDraw() to draw and drawPattern.
Comment 2 Kevin Ollivier 2009-05-21 17:58:35 PDT
Landed in r44017, thanks! :-)