Bug 93526

Summary: Avoid backing store on layers created for CoreAnimation plugins
Product: WebKit Reporter: Simon Fraser (smfr) <simon.fraser>
Component: New BugsAssignee: Simon Fraser (smfr) <simon.fraser>
Status: RESOLVED FIXED    
Severity: Normal CC: andersca, bdakin, dino, eric, simon.fraser, thorton, webkit-bug-importer, webkit.review.bot
Priority: P2 Keywords: InRadar
Version: 528+ (Nightly build)   
Hardware: Unspecified   
OS: Unspecified   
Attachments:
Description Flags
Patch dino: review+

Simon Fraser (smfr)
Reported 2012-08-08 14:29:06 PDT
Avoid backing store on layers created for CoreAnimation plugins
Attachments
Patch (5.76 KB, patch)
2012-08-08 14:31 PDT, Simon Fraser (smfr)
dino: review+
Simon Fraser (smfr)
Comment 1 2012-08-08 14:31:36 PDT
Simon Fraser (smfr)
Comment 2 2012-08-08 14:32:26 PDT
Dean Jackson
Comment 3 2012-08-08 15:02:03 PDT
Comment on attachment 157299 [details] Patch View in context: https://bugs.webkit.org/attachment.cgi?id=157299&action=review > Source/WebCore/ChangeLog:8 > + We create a compositing layer for <emebed> objects whose plug-in supports typo emembedebed
Simon Fraser (smfr)
Comment 4 2012-08-08 15:17:57 PDT
Andrew Scherkus
Comment 5 2012-08-08 15:28:37 PDT
Darin Adler
Comment 6 2012-08-08 17:25:36 PDT
Comment on attachment 157299 [details] Patch View in context: https://bugs.webkit.org/attachment.cgi?id=157299&action=review > Source/WebCore/rendering/RenderLayerBacking.cpp:913 > + if (renderObject->isReplaced() && !isCompositedPlugin(renderObject)) > + return false; Wrong indentation on this return statement.
Note You need to log in before you can comment on or make changes to this bug.