summaryrefslogtreecommitdiffstats
path: root/layout/tables/nsTableFrame.cpp
diff options
context:
space:
mode:
authorMoonchild <moonchild@palemoon.org>2020-04-30 21:45:28 +0000
committerwolfbeast <mcwerewolf@wolfbeast.com>2020-05-06 19:12:37 +0200
commit157cd64a8efd0d9ed7a39004aafdb1e1e5e4c338 (patch)
tree24cf9164545f779fdc93cd8e0dbbeff4c78bf36a /layout/tables/nsTableFrame.cpp
parent5c3c92da90eb339c8f65f0fea43fb595684455ae (diff)
downloadUXP-157cd64a8efd0d9ed7a39004aafdb1e1e5e4c338.tar
UXP-157cd64a8efd0d9ed7a39004aafdb1e1e5e4c338.tar.gz
UXP-157cd64a8efd0d9ed7a39004aafdb1e1e5e4c338.tar.lz
UXP-157cd64a8efd0d9ed7a39004aafdb1e1e5e4c338.tar.xz
UXP-157cd64a8efd0d9ed7a39004aafdb1e1e5e4c338.zip
Issue #80 - De-unify layout/tables
Diffstat (limited to 'layout/tables/nsTableFrame.cpp')
-rw-r--r--layout/tables/nsTableFrame.cpp2
1 files changed, 2 insertions, 0 deletions
diff --git a/layout/tables/nsTableFrame.cpp b/layout/tables/nsTableFrame.cpp
index e5a48139a..648fa7ddf 100644
--- a/layout/tables/nsTableFrame.cpp
+++ b/layout/tables/nsTableFrame.cpp
@@ -41,6 +41,7 @@
#include "nsCSSFrameConstructor.h"
#include "mozilla/StyleSetHandle.h"
#include "mozilla/StyleSetHandleInlines.h"
+#include "mozilla/gfx/Helpers.h"
#include "nsDisplayList.h"
#include "nsIScrollableFrame.h"
#include "nsCSSProps.h"
@@ -48,6 +49,7 @@
#include <algorithm>
using namespace mozilla;
+using namespace mozilla::gfx;
using namespace mozilla::image;
using namespace mozilla::layout;