summaryrefslogtreecommitdiff
path: root/Source/core/rendering/RenderBlock.h
diff options
context:
space:
mode:
Diffstat (limited to 'Source/core/rendering/RenderBlock.h')
-rw-r--r--Source/core/rendering/RenderBlock.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/Source/core/rendering/RenderBlock.h b/Source/core/rendering/RenderBlock.h
index d4e3bdbdd..c5aef0eaa 100644
--- a/Source/core/rendering/RenderBlock.h
+++ b/Source/core/rendering/RenderBlock.h
@@ -369,7 +369,8 @@ private:
Node* nodeForHitTest() const;
-private:
+ bool tryLayoutDoingPositionedMovementOnly();
+
virtual bool avoidsFloats() const override { return true; }
bool hitTestColumns(const HitTestRequest&, HitTestResult&, const HitTestLocation& locationInContainer, const LayoutPoint& accumulatedOffset, HitTestAction);