| Index: Source/core/rendering/RenderObject.h
|
| diff --git a/Source/core/rendering/RenderObject.h b/Source/core/rendering/RenderObject.h
|
| index bbd53eedf4cffd918e1f61829cb4e775fa519cde..8e2cac7534c614242f00576c406a905307e5e621 100644
|
| --- a/Source/core/rendering/RenderObject.h
|
| +++ b/Source/core/rendering/RenderObject.h
|
| @@ -813,7 +813,7 @@ public:
|
| // Return the RenderLayerModelObject in the container chain which is responsible for painting this object, or 0
|
| // if painting is root-relative. This is the container that should be passed to the 'forRepaint'
|
| // methods.
|
| - RenderLayerModelObject* containerForRepaint() const;
|
| + const RenderLayerModelObject* containerForRepaint() const;
|
|
|
| // Actually do the repaint of rect r for this object which has been computed in the coordinate space
|
| // of repaintContainer. If repaintContainer is 0, repaint via the view.
|
|
|