Bug 152053

Summary: [TexMap] TextureMapperTiledBackingStore should notify the ImageObserver of the data access
Product: WebKit Reporter: Zan Dobersek <zan>
Component: New BugsAssignee: Zan Dobersek <zan>
Status: RESOLVED FIXED    
Severity: Normal CC: cmarcelo, commit-queue, kondapallykalyan, luiz, mrobinson, noam
Priority: P2    
Version: WebKit Nightly Build   
Hardware: Unspecified   
OS: Unspecified   
Attachments:
Description Flags
Patch none

Description Zan Dobersek 2015-12-09 03:43:36 PST
[TexMap] TextureMapperTiledBackingStore should notify the ImageObserver of the data access
Comment 1 Zan Dobersek 2015-12-09 03:46:31 PST
Created attachment 266986 [details]
Patch
Comment 2 Martin Robinson 2015-12-09 04:05:23 PST
Does this cause an issue that can be tested with a layout test?
Comment 3 Zan Dobersek 2015-12-09 04:18:17 PST
(In reply to comment #2)
> Does this cause an issue that can be tested with a layout test?

I don't think so, the patch addresses the issue where the decoded image data gets evicted from the memory cache even if it was recently used, which would cause the image data to be decoded again when accessed afterwards.
Comment 4 Zan Dobersek 2015-12-09 06:03:54 PST
Comment on attachment 266986 [details]
Patch

Clearing flags on attachment: 266986

Committed r193828: <http://trac.webkit.org/changeset/193828>
Comment 5 Zan Dobersek 2015-12-09 06:04:01 PST
All reviewed patches have been landed.  Closing bug.