| Index: third_party/WebKit/Source/core/dom/NodeRareData.h
 | 
| diff --git a/third_party/WebKit/Source/core/dom/NodeRareData.h b/third_party/WebKit/Source/core/dom/NodeRareData.h
 | 
| index 4621a0c231360d0df485c54d70078bee5badff2a..3921753a8e76219e5606a0fe80c65f6d0f8a0242 100644
 | 
| --- a/third_party/WebKit/Source/core/dom/NodeRareData.h
 | 
| +++ b/third_party/WebKit/Source/core/dom/NodeRareData.h
 | 
| @@ -24,10 +24,12 @@
 | 
|  
 | 
|  #include "core/dom/MutationObserverRegistration.h"
 | 
|  #include "core/dom/NodeListsNodeData.h"
 | 
| +#include "platform/geometry/IntRect.h"
 | 
|  #include "platform/heap/Handle.h"
 | 
|  #include "wtf/HashSet.h"
 | 
|  #include "wtf/OwnPtr.h"
 | 
|  #include "wtf/PassOwnPtr.h"
 | 
| +#include "wtf/Vector.h"
 | 
|  
 | 
|  namespace blink {
 | 
|  
 | 
| 
 |