DescriptionSimplify CompositingReasonFinder::requiresCompositingForPlugin
This CL removes the optimization not to create a composited layer for 0x0
plugins. Removing this optimization simplifies the CompositingReasonFinder and
removes a dependency on layout information. We've already removed a similar
optimization for 0x0 iframes.
This CL also removes RenderEmbeddedObject::allowsAcceleratedCompositing. This
function is redundant with RenderPart::requiresAcceleratedCompositing because
RenderPart is a base class of RenderEmbeddedObject.
Committed: https://src.chromium.org/viewvc/blink?view=rev&revision=169693
Patch Set 1 #Patch Set 2 : rebase #Patch Set 3 : fix bad merge #
Messages
Total messages: 20 (0 generated)
|