mirror of
https://gitlab.winehq.org/wine/wine-gecko.git
synced 2024-09-13 09:24:08 -07:00
Bug 1219555 - Make RestyleManager::FrameConstructor() private. r=dholbert
This commit is contained in:
parent
eecf0f9da1
commit
e0afe5c841
@ -65,9 +65,6 @@ public:
|
|||||||
return mPresContext;
|
return mPresContext;
|
||||||
}
|
}
|
||||||
|
|
||||||
nsCSSFrameConstructor* FrameConstructor() const
|
|
||||||
{ return PresContext()->FrameConstructor(); }
|
|
||||||
|
|
||||||
// Should be called when a frame is going to be destroyed and
|
// Should be called when a frame is going to be destroyed and
|
||||||
// WillDestroyFrameTree hasn't been called yet.
|
// WillDestroyFrameTree hasn't been called yet.
|
||||||
void NotifyDestroyingFrame(nsIFrame* aFrame);
|
void NotifyDestroyingFrame(nsIFrame* aFrame);
|
||||||
@ -138,6 +135,9 @@ public:
|
|||||||
}
|
}
|
||||||
|
|
||||||
private:
|
private:
|
||||||
|
nsCSSFrameConstructor* FrameConstructor() const
|
||||||
|
{ return PresContext()->FrameConstructor(); }
|
||||||
|
|
||||||
// Used when restyling an element with a frame.
|
// Used when restyling an element with a frame.
|
||||||
void ComputeAndProcessStyleChange(nsIFrame* aFrame,
|
void ComputeAndProcessStyleChange(nsIFrame* aFrame,
|
||||||
nsChangeHint aMinChange,
|
nsChangeHint aMinChange,
|
||||||
|
Loading…
Reference in New Issue
Block a user