Bug 1660470 - Avoid including GfxMessageUtils.h from header files. r=nika

Differential Revision: https://phabricator.services.mozilla.com/D93234

Depends on D93233
This commit is contained in:
Simon Giesecke 2020-11-23 16:03:38 +00:00
Родитель 93dd261db8
Коммит c3c25a8337
4 изменённых файлов: 8 добавлений и 2 удалений

Просмотреть файл

@ -6,6 +6,8 @@
include protocol PDocAccessible;
include "mozilla/GfxMessageUtils.h";
using mozilla::a11y::EWhichRange from "mozilla/a11y/IPCTypes.h";
using nsIntRect from "nsRect.h";

Просмотреть файл

@ -7,6 +7,8 @@
include protocol PFileDescriptorSet;
include protocol PBrowser;
include "mozilla/GfxMessageUtils.h";
using mozilla::a11y::role from "mozilla/a11y/IPCTypes.h";
using mozilla::a11y::IAccessibleHolder from "mozilla/a11y/IPCTypes.h";
using mozilla::a11y::IDispatchHolder from "mozilla/a11y/IPCTypes.h";

Просмотреть файл

@ -70,6 +70,7 @@ include protocol PSandboxTesting;
#endif
include "mozilla/AntiTrackingIPCUtils.h";
include "mozilla/GfxMessageUtils.h";
using refcounted class nsIDOMGeoPosition from "nsGeoPositionIPCSerialiser.h";
using refcounted class nsIAlertNotification from "mozilla/AlertNotificationIPCSerializer.h";
@ -132,7 +133,7 @@ using JSActorMessageMeta from "mozilla/dom/PWindowGlobal.h";
using mozilla::PermissionDelegateHandler::DelegatedPermissionList from "mozilla/PermissionDelegateIPCUtils.h";
using refcounted class nsILayoutHistoryState from "nsILayoutHistoryState.h";
using class mozilla::dom::SessionHistoryInfo from "mozilla/dom/SessionHistoryEntry.h";
using nsPoint from "mozilla/GfxMessageUtils.h";
using struct nsPoint from "nsPoint.h";
using struct mozilla::dom::LoadingSessionHistoryInfo from "mozilla/dom/SessionHistoryEntry.h";
using mozilla::PDMFactory::MediaCodecsSupported from "PDMFactory.h";
using mozilla::dom::PerformanceTimingData from "mozilla/dom/PerformanceTiming.h";

Просмотреть файл

@ -4,10 +4,11 @@
* License, v. 2.0. If a copy of the MPL was not distributed with this
* file, You can obtain one at http://mozilla.org/MPL/2.0/. */
include "mozilla/GfxMessageUtils.h";
include "mozilla/dom/IPCBlobUtils.h";
using mozilla::void_t from "ipc/IPCMessageUtils.h";
using nsPoint from "mozilla/GfxMessageUtils.h";
using struct nsPoint from "nsPoint.h";
using refcounted class mozilla::dom::BlobImpl from "mozilla/dom/BlobImpl.h";
namespace mozilla {