Backed out changeset d84c0edb6912 (bug 906116)

This commit is contained in:
Carsten "Tomcat" Book 2016-07-06 05:40:08 +02:00
Родитель 95bf0b9965
Коммит de3628dc26
1 изменённых файлов: 2 добавлений и 5 удалений

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

@ -70,11 +70,8 @@ enum nsChangeHint {
/**
* Change requires frame change (e.g., display:).
* Reconstructs all frame descendants, including following placeholders
* to out-of-flows.
*
* Note that this subsumes all the other change hints. (see
* RestyleManager::ProcessRestyledFrames for details).
* This subsumes all the above. Reconstructs all frame descendants,
* including following placeholders to out-of-flows.
*/
nsChangeHint_ReconstructFrame = 1 << 10,