Bug 1519636 - Reformat recent changes to the Google coding style r=Ehsan

# ignore-this-changeset

Differential Revision: https://phabricator.services.mozilla.com/D27245
This commit is contained in:
Sylvestre Ledru
2019-04-12 13:14:25 +00:00
parent 22c296fbb9
commit 72e7e7d7e7
114 changed files with 420 additions and 406 deletions

View File

@@ -2306,7 +2306,7 @@ Maybe<nsIFrame::Cursor> nsImageFrame::GetCursor(const nsPoint& aPoint) {
// Use the cursor from the style of the *area* element.
RefPtr<ComputedStyle> areaStyle =
PresShell()->StyleSet()->ResolveStyleLazily(*area);
PresShell()->StyleSet()->ResolveStyleLazily(*area);
StyleCursorKind kind = areaStyle->StyleUI()->mCursor;
if (kind == StyleCursorKind::Auto) {
kind = StyleCursorKind::Default;