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

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

Issue 771093002: Use a JS markup serializer. (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
« no previous file with comments | « sky/engine/public/web/WebFrame.h ('k') | sky/engine/web/WebLocalFrameImpl.cpp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: sky/engine/web/WebLocalFrameImpl.h
diff --git a/sky/engine/web/WebLocalFrameImpl.h b/sky/engine/web/WebLocalFrameImpl.h
index 7cb5576b6fc3e277087fc572d4d4c856d3330393..553cf114d14c435fddc022f539cd49db6ac4f300 100644
--- a/sky/engine/web/WebLocalFrameImpl.h
+++ b/sky/engine/web/WebLocalFrameImpl.h
@@ -121,7 +121,6 @@ public:
virtual void setCaretVisible(bool) override;
virtual WebString contentAsText(size_t maxChars) const override;
- virtual WebString contentAsMarkup() const override;
virtual WebString renderTreeAsText(RenderAsTextControls toShow = RenderAsTextNormal) const override;
virtual WebString markerTextForListItem(const WebElement&) const override;
virtual WebRect selectionBoundsRect() const override;
« no previous file with comments | « sky/engine/public/web/WebFrame.h ('k') | sky/engine/web/WebLocalFrameImpl.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698