Bug 1523969 part 8 - Move method definition inline comments to new line in 'gfx/'. r=kats
Differential Revision: https://phabricator.services.mozilla.com/D21108
This commit is contained in:
@@ -21,7 +21,8 @@ void FrameMetrics::RecalculateLayoutViewportOffset() {
|
||||
mLayoutViewport);
|
||||
}
|
||||
|
||||
/* static */ void FrameMetrics::KeepLayoutViewportEnclosingVisualViewport(
|
||||
/* static */
|
||||
void FrameMetrics::KeepLayoutViewportEnclosingVisualViewport(
|
||||
const CSSRect& aVisualViewport, CSSRect& aLayoutViewport) {
|
||||
// If the visual viewport is contained within the layout viewport, we don't
|
||||
// need to make any adjustments, so we can exit early.
|
||||
|
||||
Reference in New Issue
Block a user