Index: Source/web/WebLocalFrameImpl.h |
diff --git a/Source/web/WebLocalFrameImpl.h b/Source/web/WebLocalFrameImpl.h |
index 1e3a5882e090d949a56528b1331e339d41dabc3a..3e74a760ec624fe188c49a88ea99b59304830f78 100644 |
--- a/Source/web/WebLocalFrameImpl.h |
+++ b/Source/web/WebLocalFrameImpl.h |
@@ -168,6 +168,7 @@ public: |
virtual bool selectWordAroundCaret() override; |
virtual void selectRange(const WebPoint& base, const WebPoint& extent) override; |
virtual void selectRange(const WebRange&) override; |
+ virtual void moveRangeSelectionExtent(const WebPoint&) override; |
virtual void moveRangeSelection(const WebPoint& base, const WebPoint& extent) override; |
virtual void moveCaretSelection(const WebPoint&) override; |
virtual bool setEditableSelectionOffsets(int start, int end) override; |