Chromium Code Reviews

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

Issue 281383006: Navigation transitions: Added createStyledMarkupForNavigationTransition (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Created 6 years, 7 months ago
Use n/p to move between diff chunks; N/P to move between comments.
Jump to:
View side-by-side diff with in-line comments
Index: Source/core/editing/markup.h
diff --git a/Source/core/editing/markup.h b/Source/core/editing/markup.h
index 41dd3d691ed98e9aedb145619668efba45899d48..bb6ea0a0114d199d5a4049e0e0b30d36678325f7 100644
--- a/Source/core/editing/markup.h
+++ b/Source/core/editing/markup.h
@@ -65,6 +65,7 @@ String createMarkup(const Range*, Vector<Node*>* = 0, EAnnotateForInterchange =
String createMarkup(const Node*, EChildrenOnly = IncludeNode, Vector<Node*>* = 0, EAbsoluteURLs = DoNotResolveURLs, Vector<QualifiedName>* tagNamesToSkip = 0);
String createFullMarkup(const Node*);
+String createStyledMarkupForNavigationTransition(Node*);
String urlToMarkup(const KURL&, const String& title);
void mergeWithNextTextNode(PassRefPtr<Node>, ExceptionState&);

Powered by Google App Engine