| Index: third_party/WebKit/Source/web/WebViewImpl.cpp
|
| diff --git a/third_party/WebKit/Source/web/WebViewImpl.cpp b/third_party/WebKit/Source/web/WebViewImpl.cpp
|
| index e9781cb15ee9c62a74c7473257a4ef736a52fb3f..bb2303f4ca6cab3d1e0238eaba2761603389aef1 100644
|
| --- a/third_party/WebKit/Source/web/WebViewImpl.cpp
|
| +++ b/third_party/WebKit/Source/web/WebViewImpl.cpp
|
| @@ -57,6 +57,8 @@
|
| #include "core/frame/LocalFrameClient.h"
|
| #include "core/frame/PageScaleConstraintsSet.h"
|
| #include "core/frame/RemoteFrame.h"
|
| +#include "core/frame/ResizeViewportAnchor.h"
|
| +#include "core/frame/RotationViewportAnchor.h"
|
| #include "core/frame/Settings.h"
|
| #include "core/frame/UseCounter.h"
|
| #include "core/frame/VisualViewport.h"
|
| @@ -164,8 +166,6 @@
|
| #include "web/LinkHighlightImpl.h"
|
| #include "web/PageOverlay.h"
|
| #include "web/PrerendererClientImpl.h"
|
| -#include "web/ResizeViewportAnchor.h"
|
| -#include "web/RotationViewportAnchor.h"
|
| #include "web/SpeechRecognitionClientProxy.h"
|
| #include "web/StorageQuotaClientImpl.h"
|
| #include "web/ValidationMessageClientImpl.h"
|
|
|