No bug - Fix non-unified build in nsImageBoxFrame.cpp

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

--HG--
extra : moz-landing-system : lando
This commit is contained in:
Emilio Cobos Álvarez 2020-02-08 16:52:51 +00:00
Родитель b7948d2eb6
Коммит 5830b68d25
1 изменённых файлов: 4 добавлений и 0 удалений

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

@ -65,6 +65,10 @@ using namespace mozilla::gfx;
using namespace mozilla::image;
using namespace mozilla::layers;
using mozilla::dom::Element;
using mozilla::dom::Document;
using mozilla::dom::ReferrerInfo;
class nsImageBoxFrameEvent : public Runnable {
public:
nsImageBoxFrameEvent(nsIContent* content, EventMessage message)