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

Unified Diff: third_party/WebKit/Source/core/layout/ng/ng_positioned_float.h

Issue 2885053003: [LayoutNG] Replace use of NGPhysicalFragment top/left/width/height (Closed)
Patch Set: Created 3 years, 7 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
« no previous file with comments | « third_party/WebKit/Source/core/layout/ng/ng_physical_fragment.h ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: third_party/WebKit/Source/core/layout/ng/ng_positioned_float.h
diff --git a/third_party/WebKit/Source/core/layout/ng/ng_positioned_float.h b/third_party/WebKit/Source/core/layout/ng/ng_positioned_float.h
index affb8030b1027f191b922fabfd3432a41491833d..03dc0b1ab7581b97b593655ee14ee5cafde6f6a1 100644
--- a/third_party/WebKit/Source/core/layout/ng/ng_positioned_float.h
+++ b/third_party/WebKit/Source/core/layout/ng/ng_positioned_float.h
@@ -24,7 +24,7 @@ struct CORE_EXPORT NGPositionedFloat {
// In the case where a legacy FloatingObject is attached to not its own
// parent, e.g. a float surrounded by a bunch of nested empty divs,
- // NG float fragment's LeftOffset() cannot be used as legacy FloatingObject's
+ // NG float fragment's left offset cannot be used as legacy FloatingObject's
// left offset because that offset should be relative to the original float
// parent.
// {@code paint_offset} is calculated when we know to which parent this float
« no previous file with comments | « third_party/WebKit/Source/core/layout/ng/ng_physical_fragment.h ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698