Index: Source/WebKit/chromium/public/WebFrame.h |
=================================================================== |
--- Source/WebKit/chromium/public/WebFrame.h (revision 139812) |
+++ Source/WebKit/chromium/public/WebFrame.h (working copy) |
@@ -470,6 +470,8 @@ |
virtual void selectRange(const WebRange&) = 0; |
+ virtual void moveCaretSelectionTowardsWindowPoint(const WebPoint&) = 0; |
+ |
// Printing ------------------------------------------------------------ |
// Reformats the WebFrame for printing. WebPrintParams specifies the printable |