Bug 885023 - Follow-up to fix build bustage on Android. r=me
This commit is contained in:
@@ -2824,7 +2824,7 @@ AndroidBridge::RequestContentRepaint(const mozilla::layers::FrameMetrics& aFrame
|
||||
return;
|
||||
}
|
||||
|
||||
CSSToScreenScale resolution = aFrameMetrics.CalculateResolution();
|
||||
CSSToScreenScale resolution = aFrameMetrics.mZoom;
|
||||
ScreenRect dp = (aFrameMetrics.mDisplayPort + aFrameMetrics.mScrollOffset) * resolution;
|
||||
|
||||
AutoLocalJNIFrame jniFrame(env, 0);
|
||||
|
||||
Reference in New Issue
Block a user