Home
last modified time | relevance | path

Searched refs:paintingReflection (Results 1 – 1 of 1) sorted by relevance

/external/webkit/WebCore/rendering/
DRenderLayer.cpp2179 static bool shouldDoSoftwarePaint(const RenderLayer* layer, bool paintingReflection) in shouldDoSoftwarePaint() argument
2181 return paintingReflection && !layer->has3DTransform(); in shouldDoSoftwarePaint()