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

Unified Diff: Source/core/editing/markup.cpp

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 | « Source/core/editing/StyledMarkupAccumulator.cpp ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/core/editing/markup.cpp
diff --git a/Source/core/editing/markup.cpp b/Source/core/editing/markup.cpp
index 6b32d42af03807ec42cbe8f7c724f50086041b84..505ecad6725a34c1cf7738181d4dbce1b3888e99 100644
--- a/Source/core/editing/markup.cpp
+++ b/Source/core/editing/markup.cpp
@@ -46,6 +46,7 @@
#include "core/dom/Range.h"
#include "core/editing/EditingStrategy.h"
#include "core/editing/Editor.h"
+#include "core/editing/MarkupAccumulator.h"
yosin_UTC9 2015/06/04 06:05:41 Q: Do we need to have this include?
hajimehoshi 2015/06/04 06:07:39 Yes. MarkupAccumulator is used in this file, and i
#include "core/editing/StyledMarkupSerializer.h"
#include "core/editing/VisibleSelection.h"
#include "core/editing/VisibleUnits.h"
« no previous file with comments | « Source/core/editing/StyledMarkupAccumulator.cpp ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698