Bug 1405684 - Remove AutoBuildingDisplayList::GetPrevAnimatedGeometryRoot. r=mattwoodrow

This commit is contained in:
Jonathan Watt 2017-09-25 08:42:05 +01:00
Родитель 6f05ce71c9
Коммит 30d24c5be9
1 изменённых файлов: 0 добавлений и 6 удалений

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

@ -878,11 +878,6 @@ public:
mBuilder->mCurrentReferenceFrame = aFrame;
mBuilder->mCurrentOffsetToReferenceFrame = aOffset;
}
// Return the previous frame's animated geometry root, whether or not the
// current frame is an immediate descendant.
const nsIFrame* GetPrevAnimatedGeometryRoot() const {
return mPrevAnimatedGeometryRoot;
}
bool IsAnimatedGeometryRoot() const {
return mCurrentAGRState == AGR_YES;
}
@ -908,7 +903,6 @@ public:
AGRState mCurrentAGRState;
const nsIFrame* mPrevFrame;
const nsIFrame* mPrevReferenceFrame;
nsIFrame* mPrevAnimatedGeometryRoot;
nsDisplayLayerEventRegions* mPrevLayerEventRegions;
nsPoint mPrevOffset;
nsRect mPrevDirtyRect;