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

Unified Diff: content/common/frame_messages.h

Issue 775843004: Navigation transitions (web to native app): Revert exit transition (Chrome side) (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: rebase Created 6 years 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: content/common/frame_messages.h
diff --git a/content/common/frame_messages.h b/content/common/frame_messages.h
index 0b8b72b7a7884d3a220e595ecb4358e571c52e42..7c3e7b0104b6b637ee0b1446e56aa86c291f4034 100644
--- a/content/common/frame_messages.h
+++ b/content/common/frame_messages.h
@@ -452,6 +452,9 @@ IPC_MESSAGE_ROUTED2(FrameMsg_BeginExitTransition,
std::string /* css_selector */,
bool /* exit_to_native_app */)
+// Tell the renderer to revert the exit transition done before
+IPC_MESSAGE_ROUTED0(FrameMsg_RevertExitTransition)
+
// Tell the renderer to hide transition elements.
IPC_MESSAGE_ROUTED1(FrameMsg_HideTransitionElements,
std::string /* css_selector */)

Powered by Google App Engine
This is Rietveld 408576698