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

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

Issue 2612103004: [ng_layout] Rename NGFragmentBase,NGFragment,NGPhysicalFragment (Closed)
Patch Set: CR: rename ifdef guards Created 3 years, 11 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/ng/ng_length_utils.h
diff --git a/third_party/WebKit/Source/core/layout/ng/ng_length_utils.h b/third_party/WebKit/Source/core/layout/ng/ng_length_utils.h
index a53ba2e33cf2f8f8af0686efcecad24061194b2e..3a1e333f88ccc89dd72a2ca86be8cf46cdb6380d 100644
--- a/third_party/WebKit/Source/core/layout/ng/ng_length_utils.h
+++ b/third_party/WebKit/Source/core/layout/ng/ng_length_utils.h
@@ -18,7 +18,7 @@ class Length;
struct MinAndMaxContentSizes;
class NGConstraintSpace;
struct NGBoxStrut;
-class NGFragmentBase;
+class NGFragment;
enum class LengthResolveType {
kMinSize,
@@ -118,7 +118,7 @@ CORE_EXPORT NGBoxStrut ComputePadding(const NGConstraintSpace&,
// the given NGBoxStrut accordingly.
CORE_EXPORT void ApplyAutoMargins(const NGConstraintSpace&,
const ComputedStyle&,
- const NGFragmentBase&,
+ const NGFragment&,
NGBoxStrut* margins);
} // namespace blink

Powered by Google App Engine
This is Rietveld 408576698