From 8a602174c297d4d5761774b9e24e9c505f247a96 Mon Sep 17 00:00:00 2001 From: Narcis Beleuzu Date: Wed, 9 Oct 2019 09:13:03 +0300 Subject: [PATCH] Backed out changeset cd0a4cb33b3c (bug 1578624) for bustages on 2bc84d119d5f . CLOSED TREE --- dom/ipc/WindowGlobalChild.h | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/dom/ipc/WindowGlobalChild.h b/dom/ipc/WindowGlobalChild.h index 72a0eb19ced4..a046f8a3d392 100644 --- a/dom/ipc/WindowGlobalChild.h +++ b/dom/ipc/WindowGlobalChild.h @@ -116,6 +116,10 @@ class WindowGlobalChild final : public WindowGlobalActor, mozilla::ipc::IPCResult RecvLoadURIInChild(nsDocShellLoadState* aLoadState); + mozilla::ipc::IPCResult RecvChangeFrameRemoteness( + dom::BrowsingContext* aBc, const nsString& aRemoteType, + uint64_t aPendingSwitchId, ChangeFrameRemotenessResolver&& aResolver); + mozilla::ipc::IPCResult RecvDrawSnapshot(const Maybe& aRect, const float& aScale, const nscolor& aBackgroundColor,