Bug 79832 - Simple container composited layer optimization disabled for plugins
Summary: Simple container composited layer optimization disabled for plugins
Status: NEW
Alias: None
Product: WebKit
Classification: Unclassified
Component: Layout and Rendering (show other bugs)
Version: 528+ (Nightly build)
Hardware: Unspecified Unspecified
: P2 Normal
Assignee: Nobody
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2012-02-28 13:41 PST by James Robinson
Modified: 2012-02-28 13:41 PST (History)
4 users (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description James Robinson 2012-02-28 13:41:52 PST
Today composited plugins always generate a contents layer. We should add logic to check if a plugin contains painted content or contains only composited content and if so avoid making a drawable content layer.