| Index: third_party/WebKit/Source/core/layout/LayoutFlowThread.h
|
| diff --git a/third_party/WebKit/Source/core/layout/LayoutFlowThread.h b/third_party/WebKit/Source/core/layout/LayoutFlowThread.h
|
| index e88ccc777bfbe4779bcd155c390bb31b23699e06..c86f9b4e221ab403a0a87ae37d0176df4fba90e0 100644
|
| --- a/third_party/WebKit/Source/core/layout/LayoutFlowThread.h
|
| +++ b/third_party/WebKit/Source/core/layout/LayoutFlowThread.h
|
| @@ -87,7 +87,7 @@ public:
|
| LayoutUnit pageLogicalHeightForOffset(LayoutUnit);
|
| LayoutUnit pageRemainingLogicalHeightForOffset(LayoutUnit, PageBoundaryRule);
|
|
|
| - virtual void contentWasLaidOut(LayoutUnit logicalTopInFlowThreadAfterPagination) = 0;
|
| + virtual void contentWasLaidOut(LayoutUnit logicalBottomInFlowThreadAfterPagination) = 0;
|
|
|
| // Find and return the next logical top after |flowThreadOffset| that can fit unbreakable
|
| // content as tall as |contentLogicalHeight|. |flowThreadOffset| is expected to be at the exact
|
|
|