Fixup bug 1475139 for MSVC. r=me

This commit is contained in:
Mike Hommey 2018-10-09 11:31:41 +09:00
Родитель 82935637f4
Коммит 57d011015a
1 изменённых файлов: 1 добавлений и 1 удалений

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

@ -37,7 +37,7 @@ namespace gfx {
using namespace mozilla::ipc;
/// The minimum scale we allow tabs to be rasterized at.
static const float kMinPaintScale = 0.05;
static const float kMinPaintScale = 0.05f;
/* static */ PaintFragment
PaintFragment::Record(nsIDocShell* aDocShell,