summaryrefslogtreecommitdiff
path: root/layout
diff options
context:
space:
mode:
authoradeshkp <adeshkp@users.noreply.github.com>2020-05-01 23:43:15 +0530
committerwolfbeast <mcwerewolf@wolfbeast.com>2020-05-06 19:13:11 +0200
commit00d557fcc9f7900885aa851ee6fcc9121bfa2403 (patch)
tree6f6de7c6d65ee9883227adef490accec46737b6c /layout
parentd90d930a7b288a48e7c41ecbb889b4fadc8b00ae (diff)
downloaduxp-00d557fcc9f7900885aa851ee6fcc9121bfa2403.tar.gz
Issue mcp-graveyard/UXP#80 - Include nsIContentInlines.h in layout/base/PositionedEventTargeting.cpp
Diffstat (limited to 'layout')
-rw-r--r--layout/base/PositionedEventTargeting.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/layout/base/PositionedEventTargeting.cpp b/layout/base/PositionedEventTargeting.cpp
index 8374ab9d29..668ff29389 100644
--- a/layout/base/PositionedEventTargeting.cpp
+++ b/layout/base/PositionedEventTargeting.cpp
@@ -8,6 +8,7 @@
#include "mozilla/EventStates.h"
#include "mozilla/MouseEvents.h"
#include "mozilla/Preferences.h"
+#include "nsIContentInlines.h"
#include "nsLayoutUtils.h"
#include "nsGkAtoms.h"
#include "nsFontMetrics.h"