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

Unified Diff: public/web/WebLocalFrame.h

Issue 316053007: Navigation transitions: Added notifyTransitionsShown and setupTransitionsView to WebLocalFrame (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Created 6 years, 5 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
« Source/web/WebLocalFrameImpl.cpp ('K') | « Source/web/WebLocalFrameImpl.cpp ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: public/web/WebLocalFrame.h
diff --git a/public/web/WebLocalFrame.h b/public/web/WebLocalFrame.h
index 940c2b2132e688f8752ba4b4d58da547a26d2f11..b774499fa335fd0a3b5774c21c62f1e35131565d 100644
--- a/public/web/WebLocalFrame.h
+++ b/public/web/WebLocalFrame.h
@@ -34,6 +34,9 @@ public:
// Navigation Transitions ---------------------------------------------
virtual void addStyleSheetByURL(const WebString& url) = 0;
+ virtual void beginExitTransition(const WebString& cssSelector) = 0;
+ virtual void setIsTransitionDocument() = 0;
+ virtual void navigateToSandboxedMarkup(const WebData& markup) = 0;
virtual void sendPings(const WebNode& linkNode, const WebURL& destinationURL) = 0;
};
« Source/web/WebLocalFrameImpl.cpp ('K') | « Source/web/WebLocalFrameImpl.cpp ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698