Bug 1131470 - Part 1: Rename existing use of ScreenOrientation to ScreenOrientationInternal. r=baku

This commit is contained in:
William Chen
2015-08-18 14:55:09 -07:00
parent b59512272b
commit ecf84fcf22
28 changed files with 71 additions and 70 deletions

View File

@@ -1578,7 +1578,7 @@ AndroidBridge::GetScreenOrientation()
if (!orientation)
return dom::eScreenOrientation_None;
return static_cast<dom::ScreenOrientation>(orientation);
return static_cast<dom::ScreenOrientationInternal>(orientation);
}
void