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

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

Issue 1153363005: Refactoring: Remove unused parameters from StyledMarkupAccumulator (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Created 5 years, 7 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/StyledMarkupAccumulator.cpp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/core/editing/StyledMarkupAccumulator.h
diff --git a/Source/core/editing/StyledMarkupAccumulator.h b/Source/core/editing/StyledMarkupAccumulator.h
index c2555acb08196f748f49b0e35e93e9565556726c..cfddc1bfe0f8faebde516a7a0f02acc0abb5acb6 100644
--- a/Source/core/editing/StyledMarkupAccumulator.h
+++ b/Source/core/editing/StyledMarkupAccumulator.h
@@ -49,12 +49,12 @@ public:
StyledMarkupAccumulator(EAbsoluteURLs, const TextOffset& start, const TextOffset& end, const PassRefPtrWillBeRawPtr<Document>, EAnnotateForInterchange, Node*);
void appendString(const String&);
- void appendStartTag(Node&, Namespaces* = nullptr);
+ void appendStartTag(Node&);
void appendEndTag(const Element&);
- void appendStartMarkup(StringBuilder&, Node&, Namespaces*);
+ void appendStartMarkup(StringBuilder&, Node&);
void appendEndMarkup(StringBuilder&, const Element&);
- void appendElement(StringBuilder&, Element&, Namespaces*);
+ void appendElement(StringBuilder&, Element&);
void appendElement(StringBuilder&, Element&, bool, RangeFullySelectsNode);
void appendStyleNodeOpenTag(StringBuilder&, StylePropertySet*, bool isBlock = false);
« no previous file with comments | « no previous file | Source/core/editing/StyledMarkupAccumulator.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698