зеркало из https://github.com/mozilla/gecko-dev.git
Bug 1626570 - Improve handling of copying arrays in image/. r=tnikkel
Differential Revision: https://phabricator.services.mozilla.com/D73676
This commit is contained in:
Родитель
612625f997
Коммит
de7abb3989
|
@ -95,7 +95,7 @@ class ImageMetadata {
|
|||
Maybe<Orientation> mOrientation;
|
||||
|
||||
// Sizes the image can natively decode to.
|
||||
nsTArray<nsIntSize> mNativeSizes;
|
||||
CopyableTArray<nsIntSize> mNativeSizes;
|
||||
|
||||
bool mHasAnimation : 1;
|
||||
};
|
||||
|
|
Загрузка…
Ссылка в новой задаче