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

Unified Diff: Source/core/rendering/LayoutState.h

Issue 358033003: Fix LayoutState for relatively positioned inlines (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Damn Windows. Created 6 years, 6 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: Source/core/rendering/LayoutState.h
diff --git a/Source/core/rendering/LayoutState.h b/Source/core/rendering/LayoutState.h
index 49a5e0e2ad35cdf180d909c595d41625e8739e26..a518ac817019dc9172c4f2fc68d571f327d4b7a3 100644
--- a/Source/core/rendering/LayoutState.h
+++ b/Source/core/rendering/LayoutState.h
@@ -36,6 +36,7 @@ namespace WebCore {
class ForceHorriblySlowRectMapping;
class RenderBox;
class RenderObject;
+class RenderInline;
class RenderView;
class LayoutState {
@@ -47,6 +48,7 @@ public:
explicit LayoutState(RenderObject& root);
LayoutState(RenderBox&, const LayoutSize& offset, LayoutUnit pageLogicalHeight = 0, bool pageHeightLogicalChanged = false, ColumnInfo* = 0);
+ LayoutState(RenderInline&);
~LayoutState();

Powered by Google App Engine
This is Rietveld 408576698