Backout Force Diffing algorithm to insert views Bottom Up

Summary: This is a temporary backout of D14817454, to verify if this is related T45503571

Reviewed By: JoshuaGross

Differential Revision: D15780018

fbshipit-source-id: 455034ce7b7096101db93a8604b77e1233db1137
This commit is contained in:
David Vacca 2019-06-12 07:30:13 -07:00 коммит произвёл Facebook Github Bot
Родитель a4acd8899f
Коммит c603e55ed4
1 изменённых файлов: 4 добавлений и 4 удалений

Просмотреть файл

@ -283,14 +283,14 @@ static void calculateShadowViewMutations(
createMutations.begin(),
createMutations.end(),
std::back_inserter(mutations));
std::move(
downwardMutations.begin(),
downwardMutations.end(),
std::back_inserter(mutations));
std::move(
insertMutations.begin(),
insertMutations.end(),
std::back_inserter(mutations));
std::move(
downwardMutations.begin(),
downwardMutations.end(),
std::back_inserter(mutations));
}
ShadowViewMutation::List calculateShadowViewMutations(