| Index: third_party/WebKit/Source/core/editing/SelectionModifier.h
|
| diff --git a/third_party/WebKit/Source/core/editing/SelectionModifier.h b/third_party/WebKit/Source/core/editing/SelectionModifier.h
|
| index 3f7abe54533827989b97ab465f97a4cb8f73b8d4..a9b0a18ca19c7c7ad23b8d1499a68d7bbbd7b045 100644
|
| --- a/third_party/WebKit/Source/core/editing/SelectionModifier.h
|
| +++ b/third_party/WebKit/Source/core/editing/SelectionModifier.h
|
| @@ -65,6 +65,7 @@ class SelectionModifier {
|
|
|
| LocalFrame* frame() const { return m_frame; }
|
|
|
| + static bool shouldAlwaysUseDirectionalSelection(LocalFrame*);
|
| TextDirection directionOfEnclosingBlock() const;
|
| TextDirection directionOfSelection() const;
|
| VisiblePosition positionForPlatform(bool isGetStart) const;
|
|
|