mirror of
https://repo.dactyloidae.xyz/Dactyloidae/UXP.git
synced 2026-09-04 14:58:37 +09:00
Issue #2488 - Part 4: Remove the RestyleManagerHandle smart pointer class
This commit is contained in:
parent
4bf43b8fb4
commit
6803c1f710
24 changed files with 55 additions and 414 deletions
|
|
@ -14,7 +14,6 @@
|
|||
#include "mozilla/Attributes.h"
|
||||
#include "mozilla/LinkedList.h"
|
||||
#include "mozilla/RestyleManagerBase.h"
|
||||
#include "mozilla/RestyleManagerHandle.h"
|
||||
|
||||
#include "nsCOMPtr.h"
|
||||
#include "nsILayoutHistoryState.h"
|
||||
|
|
@ -41,6 +40,8 @@ class nsFrameConstructorState;
|
|||
|
||||
namespace mozilla {
|
||||
|
||||
class RestyleManager;
|
||||
|
||||
namespace dom {
|
||||
|
||||
class FlattenedChildIterator;
|
||||
|
|
@ -72,7 +73,7 @@ private:
|
|||
nsCSSFrameConstructor& operator=(const nsCSSFrameConstructor& aCopy) = delete;
|
||||
|
||||
public:
|
||||
mozilla::RestyleManagerHandle RestyleManager() const
|
||||
mozilla::RestyleManager* RestyleManager() const
|
||||
{ return mPresShell->GetPresContext()->RestyleManager(); }
|
||||
|
||||
nsIFrame* ConstructRootFrame();
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue