зеркало из https://github.com/mozilla/gecko-dev.git
(No bug) - Fix a trivial formatting issue in ImageMetadata.h. r=me
This commit is contained in:
Родитель
8e556231ed
Коммит
0f56cc072c
|
@ -62,8 +62,9 @@ public:
|
|||
}
|
||||
}
|
||||
nsIntSize GetSize() const { return *mSize; }
|
||||
Orientation GetOrientation() const { return *mOrientation; }
|
||||
bool HasSize() const { return mSize.isSome(); }
|
||||
|
||||
Orientation GetOrientation() const { return *mOrientation; }
|
||||
bool HasOrientation() const { return mOrientation.isSome(); }
|
||||
|
||||
void SetHasAnimation() { mHasAnimation = true; }
|
||||
|
|
Загрузка…
Ссылка в новой задаче