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

Unified Diff: content/public/common/transition_element.h

Issue 679813003: Navigation transitions (web to native app): Get names and rects of transition elements (Step 3) (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: 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
« no previous file with comments | « content/common/frame_messages.h ('k') | content/renderer/render_frame_impl.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: content/public/common/transition_element.h
diff --git a/content/public/common/transition_element.h b/content/public/common/transition_element.h
index d8168b8ccf55fd709a0976611112f948d4855731..a21fdc094eb5dc3dd8d3df97df1874cfe8524522 100644
--- a/content/public/common/transition_element.h
+++ b/content/public/common/transition_element.h
@@ -14,7 +14,7 @@ namespace content {
// This struct stores the information of one transition element.
struct CONTENT_EXPORT TransitionElement {
- std::string name;
+ std::string id;
gfx::Rect rect;
};
« no previous file with comments | « content/common/frame_messages.h ('k') | content/renderer/render_frame_impl.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698