| Index: third_party/WebKit/Source/web/ResizeViewportAnchor.h | 
| diff --git a/third_party/WebKit/Source/web/ResizeViewportAnchor.h b/third_party/WebKit/Source/web/ResizeViewportAnchor.h | 
| index afdf734fc4be39012e1745ad2901e5a439f85e5e..92c62d57809f8a5dee64d4ec30c4da82935bfc70 100644 | 
| --- a/third_party/WebKit/Source/web/ResizeViewportAnchor.h | 
| +++ b/third_party/WebKit/Source/web/ResizeViewportAnchor.h | 
| @@ -6,8 +6,8 @@ | 
| #define ResizeViewportAnchor_h | 
|  | 
| #include "core/page/Page.h" | 
| -#include "platform/geometry/DoubleSize.h" | 
| #include "platform/heap/Handle.h" | 
| +#include "platform/scroll/ScrollTypes.h" | 
|  | 
| namespace blink { | 
|  | 
| @@ -51,7 +51,7 @@ class ResizeViewportAnchor final | 
| // The amount of resize-induced clamping drift accumulated during the | 
| // ResizeScope.  Note that this should NOT include other kinds of scrolling | 
| // that may occur during layout, such as from ScrollAnchor. | 
| -  DoubleSize m_drift; | 
| +  ScrollOffset m_drift; | 
| Member<Page> m_page; | 
| int m_scopeCount; | 
| }; | 
|  |