зеркало из https://github.com/mozilla/gecko-dev.git
Bug 1385529 - Remove Gecko_GetMediaFeatures and access nsMediaFeatures::features directly. r=emilio
MozReview-Commit-ID: IbTikEgabXA --HG-- extra : rebase_source : 3ea81bad872f675be14862f627f174912e0c79ac
This commit is contained in:
Родитель
1bff42cd73
Коммит
168e6ca204
|
@ -2529,12 +2529,6 @@ Gecko_LoadStyleSheet(css::Loader* aLoader,
|
|||
return sheet.forget().take();
|
||||
}
|
||||
|
||||
const nsMediaFeature*
|
||||
Gecko_GetMediaFeatures()
|
||||
{
|
||||
return nsMediaFeatures::features;
|
||||
}
|
||||
|
||||
nsCSSKeyword
|
||||
Gecko_LookupCSSKeyword(const uint8_t* aString, uint32_t aLength)
|
||||
{
|
||||
|
|
|
@ -605,7 +605,6 @@ mozilla::ServoStyleSheet* Gecko_StyleSheet_Clone(
|
|||
void Gecko_StyleSheet_AddRef(const mozilla::ServoStyleSheet* aSheet);
|
||||
void Gecko_StyleSheet_Release(const mozilla::ServoStyleSheet* aSheet);
|
||||
|
||||
const nsMediaFeature* Gecko_GetMediaFeatures();
|
||||
nsCSSKeyword Gecko_LookupCSSKeyword(const uint8_t* string, uint32_t len);
|
||||
const char* Gecko_CSSKeywordString(nsCSSKeyword keyword, uint32_t* len);
|
||||
|
||||
|
|
|
@ -423,7 +423,6 @@ structs-types = [
|
|||
"nsIAtom",
|
||||
"nsIURI",
|
||||
"nsCompatibility",
|
||||
"nsMediaFeature",
|
||||
"nsRestyleHint",
|
||||
"nsStyleBackground",
|
||||
"nsStyleBorder",
|
||||
|
|
Загрузка…
Ссылка в новой задаче