Home
last modified time | relevance | path

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

/external/chromium_org/third_party/WebKit/Source/core/rendering/compositing/
DRenderLayerCompositor.cpp638 GraphicsLayer* hostingLayer = compositedLayerMapping->parentForSublayers(); in parentFrameContentLayers() local
640 if (hostingLayer->children().size() != 1 || hostingLayer->children()[0] != rootLayer) { in parentFrameContentLayers()
641 hostingLayer->removeAllChildren(); in parentFrameContentLayers()
642 hostingLayer->addChild(rootLayer); in parentFrameContentLayers()