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

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

Issue 2665133003: [css-grid] Fix behavior of positioned items without specific dimensions (Closed)
Patch Set: Applied suggested changes 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
Index: third_party/WebKit/Source/core/layout/LayoutBox.h
diff --git a/third_party/WebKit/Source/core/layout/LayoutBox.h b/third_party/WebKit/Source/core/layout/LayoutBox.h
index 79d3f0863ba9b76066b1475b22ff8bc80d4ba5ee..c18283a399803183514bbfc3e5c05f387271e8a5 100644
--- a/third_party/WebKit/Source/core/layout/LayoutBox.h
+++ b/third_party/WebKit/Source/core/layout/LayoutBox.h
@@ -728,12 +728,6 @@ class CORE_EXPORT LayoutBox : public LayoutBoxModelObject {
void ClearContainingBlockOverrideSize();
void ClearOverrideContainingBlockContentLogicalHeight();
- LayoutUnit ExtraInlineOffset() const;
- LayoutUnit ExtraBlockOffset() const;
- void SetExtraInlineOffset(LayoutUnit inline_offest);
- void SetExtraBlockOffset(LayoutUnit block_offest);
- void ClearExtraInlineAndBlockOffests();
-
LayoutSize OffsetFromContainer(const LayoutObject*) const override;
LayoutUnit AdjustBorderBoxLogicalWidthForBoxSizing(float width) const;

Powered by Google App Engine
This is Rietveld 408576698