Index: third_party/WebKit/Source/core/layout/LayoutGeometryMapStep.h |
diff --git a/third_party/WebKit/Source/core/layout/LayoutGeometryMapStep.h b/third_party/WebKit/Source/core/layout/LayoutGeometryMapStep.h |
index ba780b26b93b6dbb01db8cb8befd63cf94e3fdcb..11efbd7f7db253629aef6cb766ed239f47d18465 100644 |
--- a/third_party/WebKit/Source/core/layout/LayoutGeometryMapStep.h |
+++ b/third_party/WebKit/Source/core/layout/LayoutGeometryMapStep.h |
@@ -64,8 +64,9 @@ struct LayoutGeometryMapStep { |
LayoutSize m_offset; |
std::unique_ptr<TransformationMatrix> |
m_transform; // Includes offset if non-null. |
- // If m_offsetForFixedPosition could only apply to the fixed position steps, we may be able to merge |
- // with m_offsetForStickyPosition and simplify mapping. |
+ // If m_offsetForFixedPosition could only apply to the fixed position steps, |
+ // we may be able to merge with m_offsetForStickyPosition and simplify |
+ // mapping. |
LayoutSize m_offsetForFixedPosition; |
LayoutSize m_offsetForStickyPosition; |
GeometryInfoFlags m_flags; |