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

Unified Diff: Source/core/dom/Document.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: Created 6 years, 2 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
Index: Source/core/dom/Document.h
diff --git a/Source/core/dom/Document.h b/Source/core/dom/Document.h
index 1dc82d0421ca71ffdd68fc136f47d99e86112afe..4bb80386222869c523817c9a211c5136957ba2d1 100644
--- a/Source/core/dom/Document.h
+++ b/Source/core/dom/Document.h
@@ -389,6 +389,8 @@ public:
String scope;
String selector;
String markup;
+ Vector<String> names;
+ Vector<IntRect> rects;
};
void getTransitionElementData(Vector<TransitionElementData>&);

Powered by Google App Engine
This is Rietveld 408576698