| Index: Source/web/WebViewImpl.h
|
| diff --git a/Source/web/WebViewImpl.h b/Source/web/WebViewImpl.h
|
| index 2bb2c378a94f8a0e6d51d214d7bab5c80979fc49..401e01c04701974f86f00f8b0b27f148a33568d2 100644
|
| --- a/Source/web/WebViewImpl.h
|
| +++ b/Source/web/WebViewImpl.h
|
| @@ -153,7 +153,6 @@ public:
|
| virtual bool setEditableSelectionOffsets(int start, int end) OVERRIDE;
|
| virtual bool setCompositionFromExistingText(int compositionStart, int compositionEnd, const WebVector<WebCompositionUnderline>& underlines) OVERRIDE;
|
| virtual void extendSelectionAndDelete(int before, int after) OVERRIDE;
|
| - virtual bool isSelectionEditable() const OVERRIDE;
|
| virtual WebColor backgroundColor() const OVERRIDE;
|
| virtual bool selectionBounds(WebRect& anchor, WebRect& focus) const OVERRIDE;
|
| virtual void didShowCandidateWindow() OVERRIDE;
|
|
|