Chromium Code Reviews| 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>&); |