Bug 1321387 part 2: Add missing "using namespace" declarations to a few .cpp files in layout/generic. r=TYLin

This adds 2 "using namespace mozilla" (to provide various types),
and 2 "using namespace mozilla::gfx" (to provide mozilla::gfx::DrawTarget).

MozReview-Commit-ID: 2bXbMlr4Dbn
This commit is contained in:
Daniel Holbert
2016-11-30 14:47:45 -08:00
parent f22187c26b
commit 96673e9ab9
4 changed files with 5 additions and 2 deletions

View File

@@ -22,6 +22,7 @@
#include "RubyUtils.h"
using namespace mozilla;
using namespace mozilla::gfx;
//----------------------------------------------------------------------