Bug 1585197 - Fix non-unified build bustage in APZCTreeManager.cpp. r=tnikkel

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

--HG--
extra : moz-landing-system : lando
This commit is contained in:
Botond Ballo 2019-09-30 23:33:37 +00:00
Родитель 637e1bf29c
Коммит f0522f76d7
1 изменённых файлов: 10 добавлений и 4 удалений

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

@ -18,10 +18,12 @@
#include "mozilla/dom/MouseEventBinding.h" // for MouseEvent constants #include "mozilla/dom/MouseEventBinding.h" // for MouseEvent constants
#include "mozilla/dom/BrowserParent.h" // for AreRecordReplayTabsActive #include "mozilla/dom/BrowserParent.h" // for AreRecordReplayTabsActive
#include "mozilla/dom/Touch.h" // for Touch #include "mozilla/dom/Touch.h" // for Touch
#include "mozilla/gfx/gfxVars.h" // for gfxVars #include "mozilla/gfx/CompositorHitTestInfo.h"
#include "mozilla/gfx/GPUParent.h" // for GPUParent #include "mozilla/gfx/LoggingConstants.h"
#include "mozilla/gfx/Logging.h" // for gfx::TreeLog #include "mozilla/gfx/gfxVars.h" // for gfxVars
#include "mozilla/gfx/Point.h" // for Point #include "mozilla/gfx/GPUParent.h" // for GPUParent
#include "mozilla/gfx/Logging.h" // for gfx::TreeLog
#include "mozilla/gfx/Point.h" // for Point
#ifdef MOZ_WIDGET_ANDROID #ifdef MOZ_WIDGET_ANDROID
# include "mozilla/jni/Utils.h" // for jni::IsFennec # include "mozilla/jni/Utils.h" // for jni::IsFennec
#endif #endif
@ -68,7 +70,11 @@
namespace mozilla { namespace mozilla {
namespace layers { namespace layers {
using mozilla::gfx::CompositorHitTestDispatchToContent;
using mozilla::gfx::CompositorHitTestFlags;
using mozilla::gfx::CompositorHitTestInfo; using mozilla::gfx::CompositorHitTestInfo;
using mozilla::gfx::CompositorHitTestInvisibleToHit;
using mozilla::gfx::LOG_DEFAULT;
typedef mozilla::gfx::Point Point; typedef mozilla::gfx::Point Point;
typedef mozilla::gfx::Point4D Point4D; typedef mozilla::gfx::Point4D Point4D;