Index: Source/core/rendering/RenderObject.h |
diff --git a/Source/core/rendering/RenderObject.h b/Source/core/rendering/RenderObject.h |
index a4d483d79055044d9442017b0163d0681bb7a0f1..514bd2db1bbc0e8d3b9b1fc20845e0ba89ea4f7e 100644 |
--- a/Source/core/rendering/RenderObject.h |
+++ b/Source/core/rendering/RenderObject.h |
@@ -982,6 +982,7 @@ public: |
bool shouldDoFullRepaintAfterLayout() const { return m_bitfields.shouldDoFullRepaintAfterLayout(); } |
void setShouldDoFullRepaintAfterLayout(bool b) { m_bitfields.setShouldDoFullRepaintAfterLayout(b); } |
+ void updateShouldDoFullRepaintAfterLayout(); |
bool shouldRepaintOverflow() const { return m_bitfields.shouldRepaintOverflow(); } |
bool shouldDoFullRepaintIfSelfPaintingLayer() const { return m_bitfields.shouldDoFullRepaintIfSelfPaintingLayer(); } |