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

Unified Diff: sky/engine/core/rendering/RenderBlockFlow.h

Issue 944073006: Remove the concept of staticly positioned absolutes. (Closed) Base URL: git@github.com:domokit/mojo.git@position
Patch Set: Created 5 years, 10 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: sky/engine/core/rendering/RenderBlockFlow.h
diff --git a/sky/engine/core/rendering/RenderBlockFlow.h b/sky/engine/core/rendering/RenderBlockFlow.h
index a2e03d8812573fb761702ea16357840e692ac33e..faa6c070caa81fa9c73f8d1f068e6e8925e7568e 100644
--- a/sky/engine/core/rendering/RenderBlockFlow.h
+++ b/sky/engine/core/rendering/RenderBlockFlow.h
@@ -106,9 +106,6 @@ public:
LayoutUnit startAlignedOffsetForLine(bool shouldIndentText);
void updateLogicalWidthForAlignment(const ETextAlign&, const RootInlineBox*, BidiRun* trailingSpaceRun, float& logicalLeft, float& totalLogicalWidth, float& availableLogicalWidth, unsigned expansionOpportunityCount);
- void setStaticInlinePositionForChild(RenderBox*, LayoutUnit inlinePosition);
- void updateStaticInlinePositionForChild(RenderBox*);
-
static bool shouldSkipCreatingRunsForObject(RenderObject* obj)
{
return obj->isOutOfFlowPositioned() && !obj->style()->isOriginalDisplayInlineType() && !obj->container()->isRenderInline();
@@ -121,9 +118,7 @@ protected:
private:
void layoutBlockFlow(SubtreeLayoutScope&);
-
void layoutBlockChild(RenderBox* child);
- void adjustPositionedBlock(RenderBox* child);
RootInlineBox* createRootInlineBox();

Powered by Google App Engine
This is Rietveld 408576698