зеркало из https://github.com/mozilla/gecko-dev.git
Fixup bug 1475139 for MSVC. r=me
This commit is contained in:
Родитель
82935637f4
Коммит
57d011015a
|
@ -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,
|
||||
|
|
Загрузка…
Ссылка в новой задаче