Bug 1222943 (part 2) - Remove an unnecessary call to ToUnknownSize(). r=botond.

--HG--
extra : rebase_source : 8b6067d9e5897cd61a0752d9b665f1ebd9706df2
This commit is contained in:
Nicholas Nethercote 2015-11-09 21:37:31 -08:00
Родитель ab7974e9a5
Коммит d56c319644
1 изменённых файлов: 1 добавлений и 1 удалений

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

@ -957,7 +957,7 @@ TabParent::UpdateDimensions(const nsIntRect& rect, const ScreenIntSize& size)
ViewAs<LayoutDevicePixel>(mRect,
PixelCastJustification::LayoutDeviceIsScreenForTabDims);
LayoutDeviceIntSize devicePixelSize =
ViewAs<LayoutDevicePixel>(mDimensions.ToUnknownSize(),
ViewAs<LayoutDevicePixel>(mDimensions,
PixelCastJustification::LayoutDeviceIsScreenForTabDims);
CSSRect unscaledRect = devicePixelRect / widgetScale;