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

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

Issue 2764753007: [LayoutNG] Add NGLineBoxFragment (Closed)
Patch Set: Rebase again as other CLs landed faster Created 3 years, 9 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_fragment.h
diff --git a/third_party/WebKit/Source/core/layout/ng/ng_fragment.h b/third_party/WebKit/Source/core/layout/ng/ng_fragment.h
index f76cc7b9b301576919df0dfcc6a18d8de837472f..8b10e25b8101cda2fd86d75caf64bc6f72112460 100644
--- a/third_party/WebKit/Source/core/layout/ng/ng_fragment.h
+++ b/third_party/WebKit/Source/core/layout/ng/ng_fragment.h
@@ -25,10 +25,6 @@ class CORE_EXPORT NGFragment {
LayoutUnit InlineSize() const;
LayoutUnit BlockSize() const;
- // Returns the total size, including the contents outside of the border-box.
- LayoutUnit InlineOverflow() const;
- LayoutUnit BlockOverflow() const;
-
// Returns the offset relative to the parent fragment's content-box.
LayoutUnit InlineOffset() const;
LayoutUnit BlockOffset() const;
« no previous file with comments | « third_party/WebKit/Source/core/layout/ng/ng_box_fragment.cc ('k') | third_party/WebKit/Source/core/layout/ng/ng_fragment.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698