зеркало из https://github.com/mozilla/gecko-dev.git
Bug 937896 - Fix a compiler error. r=bustage. CLOSED TREE
This commit is contained in:
Родитель
354c63f3e7
Коммит
e60812cf66
|
@ -1284,7 +1284,7 @@ void AsyncPanZoomController::NotifyLayersUpdated(const FrameMetrics& aLayerMetri
|
|||
aLayerMetrics.mCompositionBounds.height == mFrameMetrics.mCompositionBounds.height) {
|
||||
// Remote content has sync'd up to the composition geometry
|
||||
// change, so we can accept the viewport it's calculated.
|
||||
if (mFrameMetrics.mViewport.width != aLayerMetrics.mViewport)
|
||||
if (mFrameMetrics.mViewport.width != aLayerMetrics.mViewport.width)
|
||||
needContentRepaint = true;
|
||||
mFrameMetrics.mViewport = aLayerMetrics.mViewport;
|
||||
}
|
||||
|
|
Загрузка…
Ссылка в новой задаче