diff options
author | Jeff Muizelaar <jmuizelaar@mozilla.com> | 2018-03-07 11:54:01 -0500 |
---|---|---|
committer | wolfbeast <mcwerewolf@gmail.com> | 2018-03-14 12:42:38 +0100 |
commit | 07148526de8085dc4e36169560805d541d272624 (patch) | |
tree | e61b5e06473295d09fcb9517d788ecc7fedeab57 /dom/ipc/TabChild.h | |
parent | ece34cca42e69ed882694a0e735c83a1ab61550e (diff) | |
download | UXP-07148526de8085dc4e36169560805d541d272624.tar UXP-07148526de8085dc4e36169560805d541d272624.tar.gz UXP-07148526de8085dc4e36169560805d541d272624.tar.lz UXP-07148526de8085dc4e36169560805d541d272624.tar.xz UXP-07148526de8085dc4e36169560805d541d272624.zip |
Bug 1438425 - Delete DocumentRenderer. r=jesup, r=jgilbert, a=RyanVM
It is unused.
Diffstat (limited to 'dom/ipc/TabChild.h')
-rw-r--r-- | dom/ipc/TabChild.h | 21 |
1 files changed, 0 insertions, 21 deletions
diff --git a/dom/ipc/TabChild.h b/dom/ipc/TabChild.h index b23c7c19e..2232ffeaf 100644 --- a/dom/ipc/TabChild.h +++ b/dom/ipc/TabChild.h @@ -445,27 +445,6 @@ 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; |