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

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

Issue 1181953004: Refactoring: Separate StyledMarkupAccumulator::appendText into this and appendTextWithInlineStyle (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
Index: Source/core/editing/StyledMarkupAccumulator.h
diff --git a/Source/core/editing/StyledMarkupAccumulator.h b/Source/core/editing/StyledMarkupAccumulator.h
index d885cc6bc98614f3e0c579f0df7af10a0f7c232a..c41f433821bd589c020516515be4daa502b3c71a 100644
--- a/Source/core/editing/StyledMarkupAccumulator.h
+++ b/Source/core/editing/StyledMarkupAccumulator.h
@@ -72,6 +72,7 @@ public:
private:
void appendText(StringBuilder&, Text&);
+ void appendTextWithWrappingStyle(StringBuilder&, Text&);
String renderedText(Text&);
String stringValueForRange(const Text&);
« no previous file with comments | « no previous file | Source/core/editing/StyledMarkupAccumulator.cpp » ('j') | Source/core/editing/StyledMarkupAccumulator.cpp » ('J')

Powered by Google App Engine
This is Rietveld 408576698