Bug 1519636 - Reformat recent changes to the Google coding style r=Ehsan
Please note that it is the first reformat with clang-format 9 I only saw a fix in the .mm file # ignore-this-changeset Differential Revision: https://phabricator.services.mozilla.com/D49056
This commit is contained in:
@@ -298,12 +298,12 @@ void AndroidBridge::GetExtensionFromMimeType(const nsACString& aMimeType,
|
||||
}
|
||||
}
|
||||
|
||||
gfx::Rect AndroidBridge::getScreenSize()
|
||||
{
|
||||
gfx::Rect AndroidBridge::getScreenSize() {
|
||||
ALOG_BRIDGE("AndroidBridge::getScreenSize");
|
||||
|
||||
java::sdk::Rect::LocalRef screenrect = GeckoAppShell::GetScreenSize();
|
||||
gfx::Rect screensize(screenrect->Left(), screenrect->Top(), screenrect->Width(), screenrect->Height());
|
||||
gfx::Rect screensize(screenrect->Left(), screenrect->Top(),
|
||||
screenrect->Width(), screenrect->Height());
|
||||
|
||||
return screensize;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user