shouldCompositeForActiveAnimations 48 Source/core/animation/ActiveAnimations.h bool shouldCompositeForActiveAnimations(const RenderObject&); shouldCompositeForActiveAnimations 76 Source/core/rendering/RenderBox.h if (isRoot() || isPositioned() || createsGroup() || hasClipPath() || hasTransform() || hasHiddenBackface() || hasReflection() || style()->specifiesColumns() || !style()->hasAutoZIndex() || style()->hasWillChangeCompositingHint() || style()->hasWillChangeGpuRasterizationHint() || shouldCompositeForActiveAnimations(*this)) shouldCompositeForActiveAnimations 93 Source/core/rendering/RenderBoxModelObject.h if (isRoot() || isPositioned() || createsGroup() || hasClipPath() || hasTransform() || hasHiddenBackface() || hasReflection() || style()->specifiesColumns() || style()->hasWillChangeCompositingHint() || style()->hasWillChangeGpuRasterizationHint() || shouldCompositeForActiveAnimations(*this)) shouldCompositeForActiveAnimations 139 Source/core/rendering/RenderInline.h virtual LayerType layerTypeRequired() const OVERRIDE { return isInFlowPositioned() || createsGroup() || hasClipPath() || shouldCompositeForActiveAnimations(*this) ? NormalLayer : NoLayer; } shouldCompositeForActiveAnimations 107 Source/core/rendering/RenderTableRow.h if (hasTransform() || hasHiddenBackface() || hasClipPath() || createsGroup() || isStickyPositioned() || style()->hasWillChangeCompositingHint() || style()->hasWillChangeGpuRasterizationHint() || shouldCompositeForActiveAnimations(*this)) shouldCompositeForActiveAnimations 174 Source/core/rendering/compositing/CompositingReasonFinder.cpp return shouldCompositeForActiveAnimations(*renderer);