Index: Source/core/rendering/RenderObject.h |
diff --git a/Source/core/rendering/RenderObject.h b/Source/core/rendering/RenderObject.h |
index 066ee73d80ecbaf37aa2742d1ed070f846b210ef..acb310529491f72dc33336dc06abaa47f0af12d8 100644 |
--- a/Source/core/rendering/RenderObject.h |
+++ b/Source/core/rendering/RenderObject.h |
@@ -832,6 +832,7 @@ public: |
virtual void repaintOverflow(); |
+ bool checkForRepaint() const; |
bool checkForRepaintDuringLayout() const; |
// Returns the rect that should be repainted whenever this object changes. The rect is in the view's |