| Index: Source/core/editing/FrameSelection.h
|
| diff --git a/Source/core/editing/FrameSelection.h b/Source/core/editing/FrameSelection.h
|
| index 58e37af134f85d9e1ab95d2efa935feae2d14ffb..e12025f31aa0e22ee6a45daf967f9a2643e56387 100644
|
| --- a/Source/core/editing/FrameSelection.h
|
| +++ b/Source/core/editing/FrameSelection.h
|
| @@ -237,6 +237,9 @@ private:
|
|
|
| enum EPositionType { START, END, BASE, EXTENT };
|
|
|
| + template <typename Strategy>
|
| + bool containsAlgorithm(const LayoutPoint&);
|
| +
|
| void respondToNodeModification(Node&, bool baseRemoved, bool extentRemoved, bool startRemoved, bool endRemoved);
|
| TextDirection directionOfEnclosingBlock();
|
| TextDirection directionOfSelection();
|
|
|