Esempio n. 1
0
 virtual void AddBox(nsIFrame* aFrame) {
   nsRect overflow = aFrame == mCurrentFrame ? mCurrentFrameOverflowArea
       : GetPreEffectsOverflowRect(aFrame);
   mResult.UnionRect(mResult, overflow + aFrame->GetOffsetTo(mReferenceFrame));
 }