Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(84)

Unified Diff: third_party/WebKit/Source/core/layout/LayoutGeometryMapStep.h

Issue 2394263004: Reformat comments in core/layout up until LayoutMultiColumnFlowThread (Closed)
Patch Set: Rebase w/HEAD Created 4 years, 2 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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;
« no previous file with comments | « third_party/WebKit/Source/core/layout/LayoutGeometryMap.cpp ('k') | third_party/WebKit/Source/core/layout/LayoutGrid.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698