author | Carsten "Tomcat" Book <cbook@mozilla.com> |
Tue, 12 May 2015 12:20:33 +0200 | |
changeset 243520 | 194bf0d7b9aae885ce84afe32f6f468ec5776b7b |
parent 243519 | 914d69f687d3e72983f2a63826d0db2862cc51ed |
child 243521 | 11e007625001b84c56bc594f4b91eb4c0c2433a4 |
push id | 28741 |
push user | kwierso@gmail.com |
push date | Tue, 12 May 2015 23:24:40 +0000 |
treeherder | mozilla-central@d476776d920d [default view] [failures only] |
perfherder | [talos] [build metrics] [platform microbench] (compared to previous push) |
bugs | 1056479 |
milestone | 40.0a1 |
backs out | b858d25305205a4ed4f694085b39751d8a4c3632 |
first release with | nightly linux32
nightly linux64
nightly mac
nightly win32
nightly win64
|
last release without | nightly linux32
nightly linux64
nightly mac
nightly win32
nightly win64
|
gfx/thebes/gfxFcPlatformFontList.cpp | file | annotate | diff | comparison | revisions | |
gfx/thebes/gfxFcPlatformFontList.h | file | annotate | diff | comparison | revisions |
--- a/gfx/thebes/gfxFcPlatformFontList.cpp +++ b/gfx/thebes/gfxFcPlatformFontList.cpp @@ -12,19 +12,16 @@ #include "gfxFT2Utils.h" #include "gfxPlatform.h" #include "mozilla/ArrayUtils.h" #include "mozilla/TimeStamp.h" #include "nsGkAtoms.h" #include "nsILanguageAtomService.h" #include "nsUnicodeProperties.h" #include "nsUnicodeRange.h" -#include "nsDirectoryServiceUtils.h" -#include "nsDirectoryServiceDefs.h" -#include "nsAppDirectoryServiceDefs.h" #include <fontconfig/fcfreetype.h> #ifdef MOZ_WIDGET_GTK #include <gdk/gdk.h> #endif using namespace mozilla;
--- a/gfx/thebes/gfxFcPlatformFontList.h +++ b/gfx/thebes/gfxFcPlatformFontList.h @@ -156,17 +156,17 @@ protected: double mAspect; // data font const uint8_t* mFontData; }; class gfxFontconfigFontFamily : public gfxFontFamily { public: - explicit gfxFontconfigFontFamily(const nsAString& aName) : + gfxFontconfigFontFamily(const nsAString& aName) : gfxFontFamily(aName) { } void FindStyleVariations(FontInfoData *aFontInfoData = nullptr) override; // Families are constructed initially with just references to patterns. // When necessary, these are enumerated within FindStyleVariations. void AddFontPattern(FcPattern* aFontPattern);