PassOwnPtr<GraphicsLayer> LayerTreeRenderer::createLayer(WebLayerID)
{
    GraphicsLayerTextureMapper* newLayer = new GraphicsLayerTextureMapper(this);
    newLayer->setHasOwnBackingStore(false);
    return adoptPtr(newLayer);
}