| Index: Source/core/rendering/RenderObject.h
|
| diff --git a/Source/core/rendering/RenderObject.h b/Source/core/rendering/RenderObject.h
|
| index bd27cc85d31a91811bfb79949d3c105b1ab14e10..578a1421a337fb0ed1c225d4462680cf331d136e 100644
|
| --- a/Source/core/rendering/RenderObject.h
|
| +++ b/Source/core/rendering/RenderObject.h
|
| @@ -1052,6 +1052,8 @@ protected:
|
|
|
| void setDocumentForAnonymous(Document* document) { ASSERT(isAnonymous()); m_node = document; }
|
|
|
| + void repaintScrollbarsIfNeeded();
|
| +
|
| // Add hit-test rects for the render tree rooted at this node to the provided collection on a
|
| // per-RenderLayer basis.
|
| // currentLayer must be the enclosing layer, and layerOffset is the current offset within
|
|
|