Back out bug 1075670 for causing smoketest failures on B2G, bug 1133518 and friends. rs+a=kats

This commit is contained in:
Gabriele Svelto
2015-02-17 10:39:35 -05:00
parent 61246f6921
commit dee44173f4
17 changed files with 100 additions and 116 deletions

View File

@@ -960,13 +960,6 @@ PuppetWidget::GetWindowPosition()
return nsIntPoint(winX, winY);
}
NS_METHOD
PuppetWidget::GetScreenBounds(nsIntRect &aRect) {
aRect.MoveTo(LayoutDeviceIntPoint::ToUntyped(WidgetToScreenOffset()));
aRect.SizeTo(mBounds.Size());
return NS_OK;
}
PuppetScreen::PuppetScreen(void *nativeScreen)
{
}