summaryrefslogtreecommitdiffstats
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
commite175224b88a94c5c1eb98e6f2636c97365caad8a (patch)
tree6f6de7c6d65ee9883227adef490accec46737b6c
parent0afb9e2d758dd1c8cf9c7fc43dc58b4021c850dc (diff)
downloadUXP-e175224b88a94c5c1eb98e6f2636c97365caad8a.tar
UXP-e175224b88a94c5c1eb98e6f2636c97365caad8a.tar.gz
UXP-e175224b88a94c5c1eb98e6f2636c97365caad8a.tar.lz
UXP-e175224b88a94c5c1eb98e6f2636c97365caad8a.tar.xz
UXP-e175224b88a94c5c1eb98e6f2636c97365caad8a.zip
Issue #80 - Include nsIContentInlines.h in layout/base/PositionedEventTargeting.cpp
-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 8374ab9d2..668ff2938 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"