mirror of
https://gitlab.winehq.org/wine/wine-gecko.git
synced 2024-09-13 09:24:08 -07:00
Bug 937896 - Fix a compiler error. r=bustage. CLOSED TREE
This commit is contained in:
parent
c51e570fb6
commit
d48fdb5dd0
@ -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;
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user