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

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

Issue 928393003: Remove the concept of document.documentElement (Closed) Base URL: git@github.com:domokit/mojo.git@master
Patch Set: Created 5 years, 10 months 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
« no previous file with comments | « sky/engine/public/web/WebDocument.h ('k') | sky/engine/public/web/WebWidget.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: sky/engine/public/web/WebFrame.h
diff --git a/sky/engine/public/web/WebFrame.h b/sky/engine/public/web/WebFrame.h
index 81e79a5884aa198636dd5f43bddc9df144457ec9..df747da82795fad8d9c39856ec49b4db93a98a19 100644
--- a/sky/engine/public/web/WebFrame.h
+++ b/sky/engine/public/web/WebFrame.h
@@ -148,17 +148,6 @@ public:
virtual void unmarkText() = 0;
virtual bool hasMarkedText() const = 0;
- virtual WebRange markedRange() const = 0;
-
- // Returns the frame rectangle in window coordinate space of the given text
- // range.
- virtual bool firstRectForCharacterRange(unsigned location, unsigned length, WebRect&) const = 0;
-
- // Returns the index of a character in the Frame's text stream at the given
- // point. The point is in the window coordinate space. Will return
- // WTF::notFound if the point is invalid.
- virtual size_t characterIndexForPoint(const WebPoint&) const = 0;
-
// Supports commands like Undo, Redo, Cut, Copy, Paste, SelectAll,
// Unselect, etc. See EditorCommand.cpp for the full list of supported
// commands.
« no previous file with comments | « sky/engine/public/web/WebDocument.h ('k') | sky/engine/public/web/WebWidget.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698