| Index: third_party/WebKit/Source/core/html/HTMLViewSourceDocument.h
|
| diff --git a/third_party/WebKit/Source/core/html/HTMLViewSourceDocument.h b/third_party/WebKit/Source/core/html/HTMLViewSourceDocument.h
|
| index bac36aaff6b3012d0fc0a58f5c0bdcc50f10938e..daa2a87e18fd8188e7bdecf7935bad91b821a434 100644
|
| --- a/third_party/WebKit/Source/core/html/HTMLViewSourceDocument.h
|
| +++ b/third_party/WebKit/Source/core/html/HTMLViewSourceDocument.h
|
| @@ -74,6 +74,9 @@ class CORE_EXPORT HTMLViewSourceDocument final : public HTMLDocument {
|
| bool isLink = false,
|
| bool isAnchor = false,
|
| const AtomicString& link = nullAtom);
|
| + int addSrcset(const String& source,
|
| + int start,
|
| + int end);
|
| void maybeAddSpanForAnnotation(SourceAnnotation);
|
|
|
| Element* addLink(const AtomicString& url, bool isAnchor);
|
|
|