зеркало из https://github.com/mozilla/gecko-dev.git
Bug 1405684 - Remove AutoBuildingDisplayList::GetPrevAnimatedGeometryRoot. r=mattwoodrow
This commit is contained in:
Родитель
6f05ce71c9
Коммит
30d24c5be9
|
@ -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;
|
||||
|
|
Загрузка…
Ссылка в новой задаче