зеркало из https://github.com/mozilla/pjs.git
Bug 698590 - Make ConfigureLayer use DevPixels instead of AppPixels. r=roc
This commit is contained in:
Родитель
4723764a0f
Коммит
80804dd3ce
|
@ -1221,7 +1221,7 @@ nsDisplayImage::ConfigureLayer(ImageLayer* aLayer)
|
|||
{
|
||||
aLayer->SetFilter(nsLayoutUtils::GetGraphicsFilterForFrame(mFrame));
|
||||
|
||||
PRInt32 factor = nsPresContext::AppUnitsPerCSSPixel();
|
||||
PRInt32 factor = mFrame->PresContext()->AppUnitsPerDevPixel();
|
||||
nsImageFrame* imageFrame = static_cast<nsImageFrame*>(mFrame);
|
||||
|
||||
nsRect dest = imageFrame->GetInnerArea() + ToReferenceFrame();
|
||||
|
|
Загрузка…
Ссылка в новой задаче