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: Added layout update Created 6 years, 5 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 b342e5c01bf8eed7c292aacc0c8990b9e570f6c6..765cbbb9f1d9ea84f9a7c65d032f4e5cf562736d 100644
--- a/Source/core/editing/markup.h
+++ b/Source/core/editing/markup.h
@@ -65,6 +65,7 @@ String createMarkup(const Range*, WillBeHeapVector<RawPtrWillBeMember<Node> >* =
String createMarkup(const Node*, EChildrenOnly = IncludeNode, WillBeHeapVector<RawPtrWillBeMember<Node> >* = 0, EAbsoluteURLs = DoNotResolveURLs, Vector<QualifiedName>* tagNamesToSkip = 0);
String createFullMarkup(const Node*);
+String createStyledMarkupForNavigationTransition(Node*);
String urlToMarkup(const KURL&, const String& title);
void mergeWithNextTextNode(PassRefPtrWillBeRawPtr<Node>, ExceptionState&);

Powered by Google App Engine