Bug 1449068 part 1 - Wrap content of ServoStyleSetInlines.h in mozilla namespace. r=emilio

MozReview-Commit-ID: HiIZdZwdTeZ

--HG--
extra : rebase_source : b731a0b5dd7cad68afcd6caf944e62fbf02a0b01
This commit is contained in:
Xidorn Quan 2018-04-05 08:41:28 +10:00
parent c798790c4b
commit 0be3ea5159

View File

@ -10,6 +10,8 @@
#include "mozilla/ServoStyleSet.h"
#include "mozilla/ServoBindings.h"
namespace mozilla {
nscoord
ServoStyleSet::EvaluateSourceSizeList(
const RawServoSourceSizeList* aSourceSizeList) const
@ -23,4 +25,6 @@ ServoStyleSet::ResolveServoStyle(dom::Element* aElement)
return Servo_ResolveStyle(aElement, mRawSet.get()).Consume();
}
} // namespace mozilla
#endif // mozilla_ServoStyleSetInlines_h