| Index: Source/WebKit/chromium/src/WebFrameImpl.h
|
| diff --git a/Source/WebKit/chromium/src/WebFrameImpl.h b/Source/WebKit/chromium/src/WebFrameImpl.h
|
| index f1819048ce5436020971634520f741b08611172e..852b57ca4fe425891def9081cbe47bcdfb14eef4 100644
|
| --- a/Source/WebKit/chromium/src/WebFrameImpl.h
|
| +++ b/Source/WebKit/chromium/src/WebFrameImpl.h
|
| @@ -145,6 +145,7 @@ public:
|
| virtual bool hasMarkedText() const;
|
| virtual WebRange markedRange() const;
|
| virtual bool firstRectForCharacterRange(unsigned location, unsigned length, WebRect&) const;
|
| + virtual unsigned characterIndexForPoint(const WebPoint&) const;
|
| virtual bool executeCommand(const WebString&);
|
| virtual bool executeCommand(const WebString&, const WebString& value);
|
| virtual bool isCommandEnabled(const WebString&) const;
|
|
|