Bug 1131470 - Part 1: Rename existing use of ScreenOrientation to ScreenOrientationInternal. r=baku
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user