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

Unified Diff: Source/core/editing/MarkupAccumulator.h

Issue 1161463008: Refactoring: Have StyledMarkupAccumulator use MarkupFormatter (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: rebase Created 5 years, 6 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 | « no previous file | Source/core/editing/MarkupAccumulator.cpp » ('j') | Source/core/editing/markup.cpp » ('J')
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/core/editing/MarkupAccumulator.h
diff --git a/Source/core/editing/MarkupAccumulator.h b/Source/core/editing/MarkupAccumulator.h
index 68e16f6849a6316cd2841e2ba4b145e119e14920..77394ba3ec395d541f7ee85f1a3abfcf17700163 100644
--- a/Source/core/editing/MarkupAccumulator.h
+++ b/Source/core/editing/MarkupAccumulator.h
@@ -53,9 +53,6 @@ public:
void appendStartMarkup(StringBuilder&, Node&, Namespaces*);
void appendEndMarkup(StringBuilder&, const Element&);
- size_t length() const { return m_markup.length(); }
- void concatenateMarkup(StringBuilder&) const;
-
bool serializeAsHTMLDocument(const Node&) const;
String toString() { return m_markup.toString(); }
« no previous file with comments | « no previous file | Source/core/editing/MarkupAccumulator.cpp » ('j') | Source/core/editing/markup.cpp » ('J')

Powered by Google App Engine
This is Rietveld 408576698