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

Unified Diff: Source/core/layout/shapes/ShapeOutsideInfo.h

Issue 1149953007: Create LineLayout api (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: removed source of crash. Created 5 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
« no previous file with comments | « Source/core/layout/line/LineWidth.cpp ('k') | Source/core/layout/shapes/ShapeOutsideInfo.cpp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/core/layout/shapes/ShapeOutsideInfo.h
diff --git a/Source/core/layout/shapes/ShapeOutsideInfo.h b/Source/core/layout/shapes/ShapeOutsideInfo.h
index 7d670cf5f14e16ca232c8a38b77bf05570b74fea..63c00de3fb266c1d05fb408f1048f4169ae72fcf 100644
--- a/Source/core/layout/shapes/ShapeOutsideInfo.h
+++ b/Source/core/layout/shapes/ShapeOutsideInfo.h
@@ -30,6 +30,7 @@
#ifndef ShapeOutsideInfo_h
#define ShapeOutsideInfo_h
+#include "core/layout/api/LineLayoutBlockFlow.h"
#include "core/layout/shapes/Shape.h"
#include "core/style/ComputedStyle.h"
#include "core/style/ShapeValue.h"
@@ -95,7 +96,7 @@ public:
static PassOwnPtr<ShapeOutsideInfo> createInfo(const LayoutBox& layoutBox) { return adoptPtr(new ShapeOutsideInfo(layoutBox)); }
static bool isEnabledFor(const LayoutBox&);
- ShapeOutsideDeltas computeDeltasForContainingBlockLine(const LayoutBlockFlow&, const FloatingObject&, LayoutUnit lineTop, LayoutUnit lineHeight);
+ ShapeOutsideDeltas computeDeltasForContainingBlockLine(LineLayoutBlockFlow, const FloatingObject&, LayoutUnit lineTop, LayoutUnit lineHeight);
static ShapeOutsideInfo& ensureInfo(const LayoutBox& key)
{
« no previous file with comments | « Source/core/layout/line/LineWidth.cpp ('k') | Source/core/layout/shapes/ShapeOutsideInfo.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698