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

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

Issue 1183363003: Refactoring: Remove first parameters from StyledMarkupAccumulator::appendText* (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: 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/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 9fb84e147f914d0c12b592481794f60e170217fc..1901f4b8e4ed749f8022234468f5550930a1429d 100644
--- a/Source/core/editing/StyledMarkupAccumulator.h
+++ b/Source/core/editing/StyledMarkupAccumulator.h
@@ -71,8 +71,7 @@ public:
bool shouldApplyWrappingStyle(const Node&) const;
private:
- void appendText(StringBuilder&, Text&);
- void appendTextWithInlineStyle(StringBuilder&, Text&);
+ void appendTextWithInlineStyle(Text&);
String renderedText(Text&);
String stringValueForRange(const Text&);
« 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