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

Unified Diff: public/web/WebFrame.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, 6 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/WebRemoteFrameImpl.cpp ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: public/web/WebFrame.h
diff --git a/public/web/WebFrame.h b/public/web/WebFrame.h
index d630f801834c1614177372f90fccbcb1fbaf5bcd..37152679367e69c24659ca44946dca3ef8971b63 100644
--- a/public/web/WebFrame.h
+++ b/public/web/WebFrame.h
@@ -471,6 +471,8 @@ public:
virtual void extendSelectionAndDelete(int before, int after) = 0;
virtual void addStyleSheetByURL(const WebString& url) = 0;
+ virtual void notifyTransitionShown(int elementsToHide) = 0;
+ virtual void setupTransitionView(const WebString& markup) = 0;
abarth-chromium 2014/06/13 17:29:01 I'm not sure this is the right way to load this co
dcheng 2014/06/18 18:12:17 I don't think you'd ever want to call this on a re
oystein (OOO til 10th of July) 2014/06/18 23:37:42 Done.
oystein (OOO til 10th of July) 2014/06/18 23:37:42 Done! Right now I just call loadData() from setupT
virtual void setCaretVisible(bool) = 0;
« Source/web/WebLocalFrameImpl.cpp ('K') | « Source/web/WebRemoteFrameImpl.cpp ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698