mirror of
https://repo.dactyloidae.xyz/Dactyloidae/UXP.git
synced 2026-09-19 23:07:33 +09:00
Issue #2112 - Part 9: Remove handling for multiple style backends
This commit is contained in:
parent
28cd0ceb47
commit
b96b733bfa
20 changed files with 20 additions and 125 deletions
|
|
@ -42,7 +42,6 @@
|
|||
#include "mozilla/RestyleManagerHandle.h"
|
||||
#include "prenv.h"
|
||||
#include "mozilla/StaticPresData.h"
|
||||
#include "mozilla/StyleBackendType.h"
|
||||
|
||||
class nsAString;
|
||||
class nsIPrintSettings;
|
||||
|
|
@ -167,7 +166,7 @@ public:
|
|||
* Set and detach presentation shell that this context is bound to.
|
||||
* A presentation context may only be bound to a single shell.
|
||||
*/
|
||||
void AttachShell(nsIPresShell* aShell, mozilla::StyleBackendType aBackendType);
|
||||
void AttachShell(nsIPresShell* aShell);
|
||||
void DetachShell();
|
||||
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue