mirror of
https://github.com/mozilla/gecko-dev.git
synced 2024-12-13 18:27:35 +00:00
Bug 734566 - optimize memory layout of TextAttrsMgr, r=tbsaunde
This commit is contained in:
parent
6ca9f23930
commit
eee82ad1b0
@ -116,12 +116,10 @@ protected:
|
||||
PRInt32* aStartHTOffset, PRInt32* aEndHTOffset);
|
||||
|
||||
private:
|
||||
nsHyperTextAccessible* mHyperTextAcc;
|
||||
|
||||
bool mIncludeDefAttrs;
|
||||
|
||||
nsAccessible* mOffsetAcc;
|
||||
PRInt32 mOffsetAccIdx;
|
||||
nsHyperTextAccessible* mHyperTextAcc;
|
||||
PRInt32 mOffsetAccIdx;
|
||||
bool mIncludeDefAttrs;
|
||||
|
||||
protected:
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user