mirror of
https://repo.dactyloidae.xyz/Dactyloidae/UXP.git
synced 2026-09-26 02:17:34 +09:00
Revert "Bug 1438425 - Delete DocumentRenderer. r=jesup, a=RyanVM"
This reverts commit 5b69e05939c7fd3f917e2dd0f399774b3b15c886.
This commit is contained in:
parent
8b096e70d2
commit
30a101ad73
15 changed files with 396 additions and 3 deletions
|
|
@ -445,6 +445,27 @@ public:
|
|||
|
||||
virtual bool DeallocPDocAccessibleChild(PDocAccessibleChild*) override;
|
||||
|
||||
virtual PDocumentRendererChild*
|
||||
AllocPDocumentRendererChild(const nsRect& aDocumentRect,
|
||||
const gfx::Matrix& aTransform,
|
||||
const nsString& aBggcolor,
|
||||
const uint32_t& aRenderFlags,
|
||||
const bool& aFlushLayout,
|
||||
const nsIntSize& arenderSize) override;
|
||||
|
||||
virtual bool
|
||||
DeallocPDocumentRendererChild(PDocumentRendererChild* aCctor) override;
|
||||
|
||||
virtual bool
|
||||
RecvPDocumentRendererConstructor(PDocumentRendererChild* aActor,
|
||||
const nsRect& aDocumentRect,
|
||||
const gfx::Matrix& aTransform,
|
||||
const nsString& aBgcolor,
|
||||
const uint32_t& aRenderFlags,
|
||||
const bool& aFlushLayout,
|
||||
const nsIntSize& aRenderSize) override;
|
||||
|
||||
|
||||
virtual PColorPickerChild*
|
||||
AllocPColorPickerChild(const nsString& aTitle,
|
||||
const nsString& aInitialColor) override;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue