| Index: Source/core/layout/LayoutFlowThread.h
|
| diff --git a/Source/core/layout/LayoutFlowThread.h b/Source/core/layout/LayoutFlowThread.h
|
| index 7ddc2c455c551bec304f218e0a99ec96f8dc5c0c..e1ba96d5386ac59ff0c867027599511d0224a383 100644
|
| --- a/Source/core/layout/LayoutFlowThread.h
|
| +++ b/Source/core/layout/LayoutFlowThread.h
|
| @@ -111,8 +111,6 @@ public:
|
| return flowThreadPoint + columnOffset(flowThreadPoint);
|
| }
|
|
|
| - virtual LayoutPoint visualPointToFlowThreadPoint(const LayoutPoint& visualPoint) const = 0;
|
| -
|
| // Used to estimate the maximum height of the flow thread.
|
| static LayoutUnit maxLogicalHeight() { return LayoutUnit::max() / 2; }
|
|
|
|
|