Bug 1632042 - Fix inclusion of APZUtils.h in APZInputBridge.h. r=kats

Differential Revision: https://phabricator.services.mozilla.com/D71880
This commit is contained in:
Botond Ballo 2020-04-22 08:16:15 +00:00
Родитель 01715880e4
Коммит 74925f0fa3
1 изменённых файлов: 3 добавлений и 3 удалений

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

@ -7,9 +7,9 @@
#ifndef mozilla_layers_APZInputBridge_h
#define mozilla_layers_APZInputBridge_h
#include "APZUtils.h" // for APZWheelAction
#include "mozilla/EventForwards.h" // for WidgetInputEvent, nsEventStatus
#include "Units.h" // for LayoutDeviceIntPoint
#include "mozilla/EventForwards.h" // for WidgetInputEvent, nsEventStatus
#include "mozilla/layers/APZUtils.h" // for APZWheelAction
#include "Units.h" // for LayoutDeviceIntPoint
namespace mozilla {