Bug 108779

Summary: [TexMap] Each tile deals with repaint count.
Product: WebKit Reporter: Dongseong Hwang <dongseong.hwang>
Component: Layout and RenderingAssignee: Nobody <webkit-unassigned>
Status: NEW    
Severity: Normal CC: cwhong893, dongseong.hwang, noam, pfeldman
Priority: P2    
Version: 528+ (Nightly build)   
Hardware: Unspecified   
OS: Unspecified   
Bug Depends on: 105787    
Bug Blocks:    

Dongseong Hwang
Reported 2013-02-03 17:11:25 PST
Currently, GraphicsLayer deals with repaint count. It is weird because each tile can have different repaint count. So each tile (for TextureMapperTiledBackingStore and CoordinatedBackingStore) should deal with repaint count.
Attachments
Changwan Hong
Comment 1 2013-02-13 18:29:54 PST
I think that a tile owns repaint count is correct behavior. (e.g. implement repaintCount to TextureMapperTile) But, For this behavior, we should change "paintCount" in InspectorType to proper name and proper class(name like Tile, not Layer). Also mac code use "GraphicsLayer->repaintCount" way here and there. So, I think we need mac and inspector people help.
Note You need to log in before you can comment on or make changes to this bug.