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

Unified Diff: sky/engine/web/WebLocalFrameImpl.cpp

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/web/WebLocalFrameImpl.cpp
diff --git a/sky/engine/web/WebLocalFrameImpl.cpp b/sky/engine/web/WebLocalFrameImpl.cpp
index 9ad8d129aaaff271066e7caedc28fc5a33cb7336..b0a31724e4ffeedd3f8af985a27c86725f9d4469 100644
--- a/sky/engine/web/WebLocalFrameImpl.cpp
+++ b/sky/engine/web/WebLocalFrameImpl.cpp
@@ -665,16 +665,6 @@ WebString WebLocalFrameImpl::renderTreeAsText(RenderAsTextControls toShow) const
return externalRepresentation(frame(), behavior);
}
-WebString WebLocalFrameImpl::markerTextForListItem(const WebElement& webElement) const
-{
- return WebString();
-}
-
-WebRect WebLocalFrameImpl::selectionBoundsRect() const
-{
- return hasSelection() ? WebRect(IntRect(frame()->selection().bounds(false))) : WebRect();
-}
-
bool WebLocalFrameImpl::selectionStartHasSpellingMarkerFor(int from, int length) const
{
if (!frame())

Powered by Google App Engine
This is Rietveld 408576698