зеркало из https://github.com/mozilla/gecko-dev.git
Bug 1912334 - Use kFallbackIntrinsicWidthInPixels and kFallbackIntrinsicHeightInPixels r=emilio
Differential Revision: https://phabricator.services.mozilla.com/D218864
This commit is contained in:
Родитель
05b6d7b596
Коммит
1a6144677a
|
@ -50,7 +50,7 @@ struct Width {
|
|||
static AspectRatio AspectRatioRelative(AspectRatio aAspectRatio) {
|
||||
return aAspectRatio.Inverted();
|
||||
}
|
||||
constexpr static uint32_t DefaultObjectSize = 300;
|
||||
constexpr static uint32_t DefaultObjectSize = kFallbackIntrinsicWidthInPixels;
|
||||
using CounterPart = Height;
|
||||
};
|
||||
struct Height {
|
||||
|
@ -61,7 +61,8 @@ struct Height {
|
|||
static AspectRatio AspectRatioRelative(AspectRatio aAspectRatio) {
|
||||
return aAspectRatio;
|
||||
}
|
||||
constexpr static uint32_t DefaultObjectSize = 150;
|
||||
constexpr static uint32_t DefaultObjectSize =
|
||||
kFallbackIntrinsicHeightInPixels;
|
||||
using CounterPart = Width;
|
||||
};
|
||||
|
||||
|
|
Загрузка…
Ссылка в новой задаче