Index: third_party/WebKit/Source/core/editing/iterators/TextIteratorTextState.cpp |
diff --git a/third_party/WebKit/Source/core/editing/iterators/TextIteratorTextState.cpp b/third_party/WebKit/Source/core/editing/iterators/TextIteratorTextState.cpp |
index e5ff33e1889dbfcf17cb33fa889e9fe459b371d2..314701b473e613733a358fc4d5371c685d199eaf 100644 |
--- a/third_party/WebKit/Source/core/editing/iterators/TextIteratorTextState.cpp |
+++ b/third_party/WebKit/Source/core/editing/iterators/TextIteratorTextState.cpp |
@@ -26,6 +26,8 @@ |
#include "core/editing/iterators/TextIteratorTextState.h" |
+#include "core/layout/LayoutText.h" |
+ |
namespace blink { |
TextIteratorTextState::TextIteratorTextState(bool emitsOriginalText) |