Index: Source/core/rendering/RenderFlowThread.h |
diff --git a/Source/core/rendering/RenderFlowThread.h b/Source/core/rendering/RenderFlowThread.h |
index c9668079d658748fab9363fbeda6163552970339..b7cf73f3ef3c8b4a7ea8bf7920b77c9b8c24622a 100644 |
--- a/Source/core/rendering/RenderFlowThread.h |
+++ b/Source/core/rendering/RenderFlowThread.h |
@@ -95,8 +95,6 @@ public: |
bool regionsHaveUniformLogicalHeight() const { return m_regionsHaveUniformLogicalHeight; } |
- RenderRegion* mapFromFlowToRegion(TransformState&) const; |
- |
RenderRegion* firstRegion() const; |
RenderRegion* lastRegion() const; |
@@ -126,8 +124,6 @@ protected: |
// no regions have been generated yet. |
virtual LayoutUnit initialLogicalWidth() const { return 0; }; |
- virtual void mapLocalToContainer(const RenderLayerModelObject* repaintContainer, TransformState&, MapCoordinatesFlags = ApplyContainerFlip, bool* wasFixed = 0) const OVERRIDE FINAL; |
- |
void updateRegionsFlowThreadPortionRect(); |
bool shouldRepaint(const LayoutRect&) const; |