mirror of
https://repo.dactyloidae.xyz/Dactyloidae/UXP.git
synced 2026-09-10 02:08:38 +09:00
Bug 1296516 - Cleanup a bit of code in layout/base
* Tidy RestyleManager::ContentStateChanged * Convert UndisplayedMap to a typed hashtable * Cleanup infallible or unchecked nsCSSFrameConstructor methods Tag #1375
This commit is contained in:
parent
c37b4d0c63
commit
e1195a86e0
13 changed files with 358 additions and 459 deletions
|
|
@ -977,7 +977,7 @@ public:
|
|||
/**
|
||||
* Reconstruct frames for all elements in the document
|
||||
*/
|
||||
virtual nsresult ReconstructFrames() = 0;
|
||||
virtual void ReconstructFrames() = 0;
|
||||
|
||||
/**
|
||||
* Notify that a content node's state has changed
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue