Added unconstrainted reflow optimizations

Also, commented out the adding of border-padding to the maxelementsize
r=kmcclusk bug=12653
This commit is contained in:
rods@netscape.com
2000-01-05 15:22:38 +00:00
parent c167e1406a
commit 694e1a58ca
4 changed files with 42 additions and 6 deletions

View File

@@ -155,6 +155,10 @@ protected:
nsRect mTranslatedRect;
PRBool mDidInit;
nsButtonFrameRenderer mRenderer;
//Resize Reflow OpitmizationSize;
nsSize mCacheSize;
nsSize mCachedMaxElementSize;
};
#endif