mirror of
https://repo.dactyloidae.xyz/Dactyloidae/UXP.git
synced 2026-09-10 02:08:38 +09:00
Issue #2732 - Part 1: Rename mContainsBlockContents to mConsiderWholeSubtree
It is more descriptive of what it actually does.
This commit is contained in:
parent
0331e633bd
commit
2ef82632d4
2 changed files with 12 additions and 8 deletions
|
|
@ -91,7 +91,11 @@ protected:
|
|||
nsImageFrame* mImageFrame; // the frame that owns us
|
||||
nsCOMPtr<nsIContent> mMap;
|
||||
AutoTArray<Area*, 8> mAreas; // almost always has some entries
|
||||
bool mContainsBlockContents;
|
||||
|
||||
// This is set when we search for all area children and tells us whether we
|
||||
// should consider the whole subtree or just direct children when we get
|
||||
// content notifications about changes inside the map subtree.
|
||||
bool mConsiderWholeSubtree;
|
||||
};
|
||||
|
||||
#endif /* nsImageMap_h */
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue