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

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: 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/LayoutBox.h
diff --git a/third_party/WebKit/Source/core/layout/LayoutBox.h b/third_party/WebKit/Source/core/layout/LayoutBox.h
index 28fa7fd42d3d24bbf1c1a7f09275fd92c0933d08..75ef7aa54b9fd4dc76835c04900b7d38960e3ad2 100644
--- a/third_party/WebKit/Source/core/layout/LayoutBox.h
+++ b/third_party/WebKit/Source/core/layout/LayoutBox.h
@@ -701,12 +701,6 @@ class CORE_EXPORT LayoutBox : public LayoutBoxModelObject {
void clearContainingBlockOverrideSize();
void clearOverrideContainingBlockContentLogicalHeight();
- LayoutUnit extraInlineOffset() const;
- LayoutUnit extraBlockOffset() const;
- void setExtraInlineOffset(LayoutUnit inlineOffest);
- void setExtraBlockOffset(LayoutUnit blockOffest);
- void clearExtraInlineAndBlockOffests();
-
LayoutSize offsetFromContainer(const LayoutObject*) const override;
LayoutUnit adjustBorderBoxLogicalWidthForBoxSizing(float width) const;

Powered by Google App Engine
This is Rietveld 408576698