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

Unified Diff: Source/core/editing/MarkupFormatter.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
Index: Source/core/editing/MarkupFormatter.h
diff --git a/Source/core/editing/MarkupFormatter.h b/Source/core/editing/MarkupFormatter.h
index 36b79ecc8dbb373391797b158b09f168ce84b6b3..df86cae09a504886f3ed9202e22b2d677943b1dc 100644
--- a/Source/core/editing/MarkupFormatter.h
+++ b/Source/core/editing/MarkupFormatter.h
@@ -79,6 +79,7 @@ public:
MarkupFormatter(EAbsoluteURLs, SerializationType = SerializationType::AsOwnerDocument);
~MarkupFormatter();
+ void appendStartMarkup(StringBuilder&, const Node&, Namespaces*);
void appendEndMarkup(StringBuilder&, const Element&);
bool serializeAsHTMLDocument(const Node&) const;

Powered by Google App Engine
This is Rietveld 408576698