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

Unified Diff: Source/web/FrameLoaderClientImpl.h

Issue 654953002: Navigation transitions (web to native app): Get names and rects of transition elements (Step 2) (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: review fix Created 6 years, 1 month 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/web/FrameLoaderClientImpl.h
diff --git a/Source/web/FrameLoaderClientImpl.h b/Source/web/FrameLoaderClientImpl.h
index ecd439fd9252fedde7a75f313be601d0742d5363..92cd282092b538cd0d1f929a9a2befdd7a99e978 100644
--- a/Source/web/FrameLoaderClientImpl.h
+++ b/Source/web/FrameLoaderClientImpl.h
@@ -96,7 +96,7 @@ public:
virtual void dispatchDidChangeThemeColor() override;
virtual NavigationPolicy decidePolicyForNavigation(const ResourceRequest&, DocumentLoader*, NavigationPolicy, bool isTransitionNavigation) override;
- virtual void dispatchAddNavigationTransitionData(const String& allowedDestinationOrigin, const String& selector, const String& markup) override;
+ virtual void dispatchAddNavigationTransitionData(const Document::TransitionElementData&) override;
virtual void dispatchWillRequestResource(FetchRequest*) override;
virtual void dispatchWillSendSubmitEvent(HTMLFormElement*) override;
virtual void dispatchWillSubmitForm(HTMLFormElement*) override;

Powered by Google App Engine
This is Rietveld 408576698