Bug 142711 - Remove a redundant repaint when a layer becomes composited
Summary: Remove a redundant repaint when a layer becomes composited
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: New Bugs (show other bugs)
Version: 528+ (Nightly build)
Hardware: Unspecified Unspecified
: P2 Normal
Assignee: Simon Fraser (smfr)
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2015-03-15 13:36 PDT by Simon Fraser (smfr)
Modified: 2015-03-15 13:44 PDT (History)
5 users (show)

See Also:


Attachments
Patch (1.92 KB, patch)
2015-03-15 13:38 PDT, Simon Fraser (smfr)
andersca: review+
Details | Formatted Diff | Diff

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