mirror of
https://github.com/servo/servo.git
synced 2025-08-03 04:30:10 +01:00
Move all remaining members of nsIPresShell to mozilla::PresShell
Additionally, this sorts out the order of member variables for minimizing the instance size. And also this changes `enum RenderFlags` to `enum class RenderingStateFlags`. Differential Revision: https://phabricator.services.mozilla.com/D29312
This commit is contained in:
parent
627514b737
commit
89bf34f46e
1 changed files with 0 additions and 1 deletions
|
@ -169,7 +169,6 @@ impl Device {
|
|||
self.document()
|
||||
.mPresShell
|
||||
.as_ref()?
|
||||
._base
|
||||
.mPresContext
|
||||
.mRawPtr
|
||||
.as_ref()
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue