| Index: third_party/WebKit/Source/core/frame/RemoteFrame.cpp
|
| diff --git a/third_party/WebKit/Source/core/frame/RemoteFrame.cpp b/third_party/WebKit/Source/core/frame/RemoteFrame.cpp
|
| index 92d0d137150a5242d58597f9927c7b965f722796..a8a92a521a3d9c0c4582a346b33f98a6893688aa 100644
|
| --- a/third_party/WebKit/Source/core/frame/RemoteFrame.cpp
|
| +++ b/third_party/WebKit/Source/core/frame/RemoteFrame.cpp
|
| @@ -14,7 +14,10 @@
|
| #include "core/html/HTMLFrameOwnerElement.h"
|
| #include "core/layout/LayoutPart.h"
|
| #include "core/loader/FrameLoadRequest.h"
|
| +#include "core/page/ChromeClient.h"
|
| +#include "core/page/Page.h"
|
| #include "core/paint/PaintLayer.h"
|
| +#include "platform/JSONValues.h"
|
| #include "platform/PluginScriptForbiddenScope.h"
|
| #include "platform/UserGestureIndicator.h"
|
| #include "platform/graphics/GraphicsLayer.h"
|
|
|