| Index: public/web/WebView.h
|
| diff --git a/public/web/WebView.h b/public/web/WebView.h
|
| index e35e319e4778e2ef42e332590cbb50e9c5861840..1d50263db7151cf4cfd7fc6b7e4bc198a4010213 100644
|
| --- a/public/web/WebView.h
|
| +++ b/public/web/WebView.h
|
| @@ -461,10 +461,6 @@ public:
|
| // Cancels an active fling, returning true if a fling was active.
|
| virtual bool endActiveFlingAnimation() = 0;
|
|
|
| - virtual bool setEditableSelectionOffsets(int start, int end) = 0;
|
| - virtual bool setCompositionFromExistingText(int compositionStart, int compositionEnd, const WebVector<WebCompositionUnderline>& underlines) = 0;
|
| - virtual void extendSelectionAndDelete(int before, int after) = 0;
|
| -
|
| virtual void setShowPaintRects(bool) = 0;
|
| virtual void setShowFPSCounter(bool) = 0;
|
| virtual void setContinuousPaintingEnabled(bool) = 0;
|
|
|