Bug 1397307 - P1. Make method const. r=gerald

MozReview-Commit-ID: 2UrTZroXpRG

--HG--
extra : rebase_source : d3c95c1c07fb46d28d7aea9fc8891894e7024b5a
This commit is contained in:
Jean-Yves Avenard 2017-09-08 12:49:01 +02:00
Родитель beeb6cb150
Коммит d9036ddaef
1 изменённых файлов: 1 добавлений и 1 удалений

Просмотреть файл

@ -297,7 +297,7 @@ public:
return imageRect;
}
Rotation ToSupportedRotation(int32_t aDegree)
Rotation ToSupportedRotation(int32_t aDegree) const
{
switch (aDegree) {
case 90: