| Index: Source/core/rendering/RenderBlock.h
|
| diff --git a/Source/core/rendering/RenderBlock.h b/Source/core/rendering/RenderBlock.h
|
| index c0469cbcae54f26813dab6f53fd1c5bbfaaac937..ca37523b9d094b2a5d7dc9ff2c7746905f5fd2e4 100644
|
| --- a/Source/core/rendering/RenderBlock.h
|
| +++ b/Source/core/rendering/RenderBlock.h
|
| @@ -172,6 +172,8 @@ public:
|
| void getSelectionGapInfo(SelectionState, bool& leftGap, bool& rightGap);
|
| RenderBlock* blockBeforeWithinSelectionRoot(LayoutSize& offset) const;
|
|
|
| + virtual void setSelectionState(SelectionState) OVERRIDE;
|
| +
|
| LayoutRect logicalRectToPhysicalRect(const LayoutPoint& physicalPosition, const LayoutRect& logicalRect);
|
|
|
| // Helper methods for computing line counts and heights for line counts.
|
|
|