Backed out bdf72cebcd85 to fix a CLOSED TREE.

This commit is contained in:
Mike Conley
2014-07-14 12:20:16 -04:00
parent d644b258f9
commit 66d80357a6
37 changed files with 15 additions and 1087 deletions

View File

@@ -19,13 +19,6 @@ nsScreenAndroid::~nsScreenAndroid()
{
}
NS_IMETHODIMP
nsScreenAndroid::GetId(uint32_t *outId)
{
*outId = 1;
return NS_OK;
}
NS_IMETHODIMP
nsScreenAndroid::GetRect(int32_t *outLeft, int32_t *outTop, int32_t *outWidth, int32_t *outHeight)
{
@@ -87,13 +80,6 @@ nsScreenManagerAndroid::GetPrimaryScreen(nsIScreen **outScreen)
return NS_OK;
}
NS_IMETHODIMP
nsScreenManagerAndroid::ScreenForId(uint32_t aId,
nsIScreen **outScreen)
{
return GetPrimaryScreen(outScreen);
}
NS_IMETHODIMP
nsScreenManagerAndroid::ScreenForRect(int32_t inLeft,
int32_t inTop,