Summary: | Remove a redundant repaint when a layer becomes composited | ||||||
---|---|---|---|---|---|---|---|
Product: | WebKit | Reporter: | Simon Fraser (smfr) <simon.fraser> | ||||
Component: | New Bugs | Assignee: | Simon Fraser (smfr) <simon.fraser> | ||||
Status: | RESOLVED FIXED | ||||||
Severity: | Normal | CC: | commit-queue, esprehn+autocc, glenn, kondapallykalyan, simon.fraser | ||||
Priority: | P2 | ||||||
Version: | 528+ (Nightly build) | ||||||
Hardware: | Unspecified | ||||||
OS: | Unspecified | ||||||
Attachments: |
|
Description
Simon Fraser (smfr)
2015-03-15 13:36:46 PDT
Created attachment 248684 [details]
Patch
Comment on attachment 248684 [details] Patch View in context: https://bugs.webkit.org/attachment.cgi?id=248684&action=review > Source/WebCore/rendering/RenderLayerCompositor.cpp:1450 > // If the layer is going into compositing mode, repaint its old location. Can remove this comment now. |