Bug 108779 - [TexMap] Each tile deals with repaint count.
Summary: [TexMap] Each tile deals with repaint count.
Status: NEW
Alias: None
Product: WebKit
Classification: Unclassified
Component: Layout and Rendering (show other bugs)
Version: 528+ (Nightly build)
Hardware: Unspecified Unspecified
: P2 Normal
Assignee: Nobody
URL:
Keywords:
Depends on: 105787
Blocks:
  Show dependency treegraph
 
Reported: 2013-02-03 17:11 PST by Dongseong Hwang
Modified: 2014-02-14 09:46 PST (History)
4 users (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
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.