Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(137)

Unified Diff: sky/engine/public/web/WebFrame.h

Issue 770223002: Remove lots of code from the WebWidget/WebView/WebFrame layer. (Closed) Base URL: git@github.com:domokit/mojo.git@master
Patch Set: Created 6 years ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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;

Powered by Google App Engine
This is Rietveld 408576698