| Index: third_party/WebKit/Source/core/editing/iterators/TextIteratorTextState.h
|
| diff --git a/third_party/WebKit/Source/core/editing/iterators/TextIteratorTextState.h b/third_party/WebKit/Source/core/editing/iterators/TextIteratorTextState.h
|
| index 64dbf2f519a1c2bd2c7102129d8b3c0fcf3d49b7..1be6394d152abe14833609a25ca1a441f553b262 100644
|
| --- a/third_party/WebKit/Source/core/editing/iterators/TextIteratorTextState.h
|
| +++ b/third_party/WebKit/Source/core/editing/iterators/TextIteratorTextState.h
|
| @@ -35,7 +35,6 @@
|
|
|
| namespace blink {
|
|
|
| -class LayoutText;
|
| class TextIteratorBehavior;
|
|
|
| class CORE_EXPORT TextIteratorTextState
|
| @@ -60,8 +59,10 @@ class CORE_EXPORT TextIteratorTextState
|
| Node* offset_base_node,
|
| int text_start_offset,
|
| int text_end_offset);
|
| - void EmitText(Node* text_node,
|
| - LayoutText* layout_object,
|
| + void EmitText(Node*,
|
| + int position_start_offset,
|
| + int position_end_offset,
|
| + const String&,
|
| int text_start_offset,
|
| int text_end_offset);
|
| void EmitAltText(Node*);
|
|
|