diff options
author | Moonchild <moonchild@palemoon.org> | 2020-04-29 12:36:53 +0000 |
---|---|---|
committer | wolfbeast <mcwerewolf@wolfbeast.com> | 2020-05-06 19:05:49 +0200 |
commit | 528abd534ef3e785d4a926a235e58f5c5179aef5 (patch) | |
tree | 67d848fa3880b5761ebf26fddf397dbe16880730 /layout/base/TouchManager.cpp | |
parent | 519030e688dd7075a7cd9f14dd6fb9e210b5a689 (diff) | |
download | UXP-528abd534ef3e785d4a926a235e58f5c5179aef5.tar UXP-528abd534ef3e785d4a926a235e58f5c5179aef5.tar.gz UXP-528abd534ef3e785d4a926a235e58f5c5179aef5.tar.lz UXP-528abd534ef3e785d4a926a235e58f5c5179aef5.tar.xz UXP-528abd534ef3e785d4a926a235e58f5c5179aef5.zip |
Issue #80 - De-unify layout/base
Diffstat (limited to 'layout/base/TouchManager.cpp')
-rw-r--r-- | layout/base/TouchManager.cpp | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/layout/base/TouchManager.cpp b/layout/base/TouchManager.cpp index 5167ca588..e7972d5af 100644 --- a/layout/base/TouchManager.cpp +++ b/layout/base/TouchManager.cpp @@ -12,6 +12,8 @@ #include "nsPresShell.h" #include "nsView.h" +using namespace mozilla::dom; + namespace mozilla { nsDataHashtable<nsUint32HashKey, TouchManager::TouchInfo>* TouchManager::sCaptureTouchList; |