Bug 1158424 - Undeprecate HasNoParentWithSameLayersId(). r=kats

--HG--
extra : rebase_source : 5b5b532c559d38bc489c2c12b581cd8c5583d53d
extra : source : 987893534cec83be83727bda591f32c834d9fe72
This commit is contained in:
Botond Ballo 2015-06-01 19:15:52 -04:00
Родитель 0456f20d1f
Коммит 54cd74e6ab
1 изменённых файлов: 1 добавлений и 2 удалений

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

@ -899,8 +899,7 @@ public:
}
/* Returns true if there is no APZC higher in the tree with the same
* layers id. Deprecated. New code shouldn't use this. Old code should be
* updated to not use this.
* layers id.
*/
bool HasNoParentWithSameLayersId() const {
return !mParent || (mParent->mLayersId != mLayersId);