| Index: Source/core/rendering/RenderObject.h
|
| diff --git a/Source/core/rendering/RenderObject.h b/Source/core/rendering/RenderObject.h
|
| index 29d242145904e96e61f3cf161c9789f903d3216d..78bfbe3339cc9741c29efe43ffb7d901e1a59d50 100644
|
| --- a/Source/core/rendering/RenderObject.h
|
| +++ b/Source/core/rendering/RenderObject.h
|
| @@ -899,7 +899,7 @@ public:
|
| SelectionState selectionState() const { return m_bitfields.selectionState(); }
|
| virtual void setSelectionState(SelectionState state) { m_bitfields.setSelectionState(state); }
|
| inline void setSelectionStateIfNeeded(SelectionState);
|
| - bool canUpdateSelectionOnRootLineBoxes();
|
| + bool canUpdateSelectionOnRootLineBoxes() const;
|
|
|
| // A single rectangle that encompasses all of the selected objects within this object. Used to determine the tightest
|
| // possible bounding box for the selection. The rect returned is in the coordinate space of the paint invalidation container's backing.
|
|
|