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

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

Completed in 115 milliseconds