Bug 989054 - Remove some dead and now incorrect code. r=botond

This commit is contained in:
Kartikaya Gupta 2014-04-10 03:15:09 -04:00
parent c833b5b765
commit ec7db4d4d0

View File

@ -1925,10 +1925,7 @@ AndroidBridge::RequestContentRepaint(const mozilla::layers::FrameMetrics& aFrame
{
ALOG_BRIDGE("AndroidBridge::RequestContentRepaint");
CSSToScreenScale resolution = aFrameMetrics.GetZoom();
ScreenRect dp = (aFrameMetrics.mDisplayPort + aFrameMetrics.GetScrollOffset()) * resolution;
mNativePanZoomController->RequestContentRepaintWrapper(dp.x, dp.y, dp.width, dp.height, resolution.scale);
// FIXME implement this
}
void