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; |