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

Unified Diff: sky/engine/public/web/WebFrame.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 | « no previous file | sky/engine/web/WebLocalFrameImpl.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 636ae1b550f8cc7c0f4c0d178c5f5bf6a7511447..c84b090849acb41ccb7a6af768808b9f50804f36 100644
--- a/sky/engine/public/web/WebFrame.h
+++ b/sky/engine/public/web/WebFrame.h
@@ -279,10 +279,6 @@ public:
// frame will be separated by an empty line.
virtual WebString contentAsText(size_t maxChars) const = 0;
- // Returns HTML text for the contents of this frame. This is generated
- // from the DOM.
- virtual WebString contentAsMarkup() const = 0;
-
// Returns a text representation of the render tree. This method is used
// to support layout tests.
virtual WebString renderTreeAsText(RenderAsTextControls toShow = RenderAsTextNormal) const = 0;
« no previous file with comments | « no previous file | sky/engine/web/WebLocalFrameImpl.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698