Bug 108779
Summary: | [TexMap] Each tile deals with repaint count. | ||
---|---|---|---|
Product: | WebKit | Reporter: | Dongseong Hwang <dongseong.hwang> |
Component: | Layout and Rendering | Assignee: | 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
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 | ||
---|---|---|
Add attachment proposed patch, testcase, etc. |
Changwan Hong
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.