summaryrefslogtreecommitdiffstats
path: root/layout/tables/nsTableFrame.cpp
diff options
context:
space:
mode:
authorMoonchild <moonchild@palemoon.org>2020-04-30 21:45:28 +0000
committerMoonchild <moonchild@palemoon.org>2020-04-30 21:45:28 +0000
commit4aafee310e2833cc916ba5ae8435a4b156fd278b (patch)
tree0287c3ae52d9195d90b19af96291800e4a1edf4f /layout/tables/nsTableFrame.cpp
parent6e8e1b36dd44668c2428c329383c58427888a2b4 (diff)
downloadUXP-4aafee310e2833cc916ba5ae8435a4b156fd278b.tar
UXP-4aafee310e2833cc916ba5ae8435a4b156fd278b.tar.gz
UXP-4aafee310e2833cc916ba5ae8435a4b156fd278b.tar.lz
UXP-4aafee310e2833cc916ba5ae8435a4b156fd278b.tar.xz
UXP-4aafee310e2833cc916ba5ae8435a4b156fd278b.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;