| Index: sky/engine/public/web/WebFrame.h
|
| diff --git a/sky/engine/public/web/WebFrame.h b/sky/engine/public/web/WebFrame.h
|
| index 636ae1b550f8cc7c0f4c0d178c5f5bf6a7511447..4792577aa7086b17a77bde23b65aa20950ce2256 100644
|
| --- a/sky/engine/public/web/WebFrame.h
|
| +++ b/sky/engine/public/web/WebFrame.h
|
| @@ -287,15 +287,6 @@ public:
|
| // to support layout tests.
|
| virtual WebString renderTreeAsText(RenderAsTextControls toShow = RenderAsTextNormal) const = 0;
|
|
|
| - // Calls markerTextForListItem() defined in WebCore/rendering/RenderTreeAsText.h.
|
| - virtual WebString markerTextForListItem(const WebElement&) const = 0;
|
| -
|
| - // Returns the bounds rect for current selection. If selection is performed
|
| - // on transformed text, the rect will still bound the selection but will
|
| - // not be transformed itself. If no selection is present, the rect will be
|
| - // empty ((0,0), (0,0)).
|
| - virtual WebRect selectionBoundsRect() const = 0;
|
| -
|
| // Only for testing purpose:
|
| // Returns true if selection.anchorNode has a marker on range from |from| with |length|.
|
| virtual bool selectionStartHasSpellingMarkerFor(int from, int length) const = 0;
|
|
|