Skip to content
This repository has been archived by the owner on Apr 10, 2024. It is now read-only.

Commit

Permalink
Bug 653133 - Recover PRPackedBools order [r=roc, a=gavin]
Browse files Browse the repository at this point in the history
--HG--
extra : rebase_source : c190c8bc5b523f74838e16ed57553e53bce68045
  • Loading branch information
tmeshkova committed May 13, 2011
1 parent 750f464 commit abcc42a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion layout/base/nsDisplayList.h
Original file line number Diff line number Diff line change
Expand Up @@ -495,6 +495,7 @@ class nsDisplayListBuilder {
nsAutoTArray<ThemeGeometry,2> mThemeGeometries;
nsDisplayTableItem* mCurrentTableItem;
const nsRegion* mFinalTransparentRegion;
nsRect mDisplayPort;
Mode mMode;
PRPackedBool mBuildCaret;
PRPackedBool mIgnoreSuppression;
Expand All @@ -510,7 +511,6 @@ class nsDisplayListBuilder {
PRPackedBool mIsPaintingToWindow;
PRPackedBool mSnappingEnabled;
PRPackedBool mHasDisplayPort;
nsRect mDisplayPort;
PRPackedBool mHasFixedItems;
};

Expand Down

0 comments on commit abcc42a

Please sign in to comment.