| Index: third_party/WebKit/Source/core/editing/FrameSelection.h
|
| diff --git a/third_party/WebKit/Source/core/editing/FrameSelection.h b/third_party/WebKit/Source/core/editing/FrameSelection.h
|
| index 30164ff2f0679990b70a903aded6d2c9e80069cd..bc4d7e4137e846e41cbdc9dfec56b49783134118 100644
|
| --- a/third_party/WebKit/Source/core/editing/FrameSelection.h
|
| +++ b/third_party/WebKit/Source/core/editing/FrameSelection.h
|
| @@ -33,6 +33,7 @@
|
| #include "core/editing/EphemeralRange.h"
|
| #include "core/editing/VisiblePosition.h"
|
| #include "core/editing/VisibleSelection.h"
|
| +#include "core/editing/iterators/TextIteratorFlags.h"
|
| #include "core/layout/ScrollAlignment.h"
|
| #include "platform/Timer.h"
|
| #include "platform/geometry/IntRect.h"
|
| @@ -224,7 +225,7 @@ public:
|
| void clearTypingStyle();
|
|
|
| String selectedHTMLForClipboard() const;
|
| - String selectedText() const;
|
| + String selectedText(TextIteratorBehavior = TextIteratorDefaultBehavior) const;
|
| String selectedTextForClipboard() const;
|
|
|
| // The bounds are clipped to the viewport as this is what callers expect.
|
|
|