NEW 108779
[TexMap] Each tile deals with repaint count.
https://bugs.webkit.org/show_bug.cgi?id=108779
Summary [TexMap] Each tile deals with repaint count.
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.