Bug 142711

Summary: Remove a redundant repaint when a layer becomes composited
Product: WebKit Reporter: Simon Fraser (smfr) <simon.fraser>
Component: New BugsAssignee: 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 Flags
Patch andersca: review+

Description Simon Fraser (smfr) 2015-03-15 13:36:46 PDT
Remove a redundant repaint when a layer becomes composited
Comment 1 Simon Fraser (smfr) 2015-03-15 13:38:26 PDT
Created attachment 248684 [details]
Patch
Comment 2 Anders Carlsson 2015-03-15 13:40:11 PDT
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.
Comment 3 Simon Fraser (smfr) 2015-03-15 13:44:01 PDT
https://trac.webkit.org/changeset/181513