| Index: Source/core/layout/LayoutObject.h
|
| diff --git a/Source/core/layout/LayoutObject.h b/Source/core/layout/LayoutObject.h
|
| index 664972db44458dbf1ea5aed3de27ae1833c31be8..3ef6b0d73bb857c0dbd7706c25e731db621f9a2e 100644
|
| --- a/Source/core/layout/LayoutObject.h
|
| +++ b/Source/core/layout/LayoutObject.h
|
| @@ -717,6 +717,7 @@ public:
|
|
|
| virtual PositionWithAffinity positionForPoint(const LayoutPoint&);
|
| PositionWithAffinity createPositionWithAffinity(int offset, EAffinity);
|
| + PositionWithAffinity createPositionWithAffinity(int offset);
|
| PositionWithAffinity createPositionWithAffinity(const Position&);
|
|
|
| virtual void dirtyLinesFromChangedChild(LayoutObject*);
|
|
|