Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(920)

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. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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
This is Rietveld 408576698