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:    

Description Dongseong Hwang 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.
Comment 1 Changwan Hong 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.