| Index: third_party/WebKit/Source/web/WebViewImpl.h
|
| diff --git a/third_party/WebKit/Source/web/WebViewImpl.h b/third_party/WebKit/Source/web/WebViewImpl.h
|
| index a34d278b3031b39d814f81f877074ceb28bff70b..34733233b9d551324800ffee7bc4534d952dc969 100644
|
| --- a/third_party/WebKit/Source/web/WebViewImpl.h
|
| +++ b/third_party/WebKit/Source/web/WebViewImpl.h
|
| @@ -32,6 +32,7 @@
|
| #define WebViewImpl_h
|
|
|
| #include <memory>
|
| +#include "core/frame/ResizeViewportAnchor.h"
|
| #include "core/page/ContextMenuProvider.h"
|
| #include "core/page/EventWithHitTestResults.h"
|
| #include "platform/animation/CompositorAnimationTimeline.h"
|
| @@ -64,7 +65,6 @@
|
| #include "web/EditorClientImpl.h"
|
| #include "web/MediaKeysClientImpl.h"
|
| #include "web/PageWidgetDelegate.h"
|
| -#include "web/ResizeViewportAnchor.h"
|
| #include "web/SpellCheckerClientImpl.h"
|
| #include "web/StorageClientImpl.h"
|
| #include "web/WebExport.h"
|
|
|