Bug 1455674 part 13. Remove remaining xpidl uses of nsIDOMElement. r=qdot

This commit is contained in:
Boris Zbarsky
2018-04-26 23:37:29 -04:00
parent c57db8c7b3
commit 9a8e024fa0
25 changed files with 73 additions and 70 deletions

View File

@@ -23,11 +23,11 @@
#include "nsIProcess.h"
#include "nsServiceManagerUtils.h"
#include "nsComponentManagerUtils.h"
#include "nsIDOMElement.h"
#include "nsIImageLoadingContent.h"
#include "imgIRequest.h"
#include "imgIContainer.h"
#include "mozilla/Sprintf.h"
#include "mozilla/dom/Element.h"
#if defined(MOZ_WIDGET_GTK)
#include "nsIImageToPixbuf.h"
#endif
@@ -411,7 +411,7 @@ WriteImage(const nsCString& aPath, imgIContainer* aImage)
}
NS_IMETHODIMP
nsGNOMEShellService::SetDesktopBackground(nsIDOMElement* aElement,
nsGNOMEShellService::SetDesktopBackground(dom::Element* aElement,
int32_t aPosition,
const nsACString& aImageName)
{