| Index: third_party/WebKit/Source/web/WebFrameWidgetImpl.h
|
| diff --git a/third_party/WebKit/Source/web/WebFrameWidgetImpl.h b/third_party/WebKit/Source/web/WebFrameWidgetImpl.h
|
| index 93f970a7e8ce61bce10b5f9465bb1c0dd9f5d55f..68ca01cb831439249572cbe3cff047505bdf1ceb 100644
|
| --- a/third_party/WebKit/Source/web/WebFrameWidgetImpl.h
|
| +++ b/third_party/WebKit/Source/web/WebFrameWidgetImpl.h
|
| @@ -31,6 +31,7 @@
|
| #ifndef WebFrameWidgetImpl_h
|
| #define WebFrameWidgetImpl_h
|
|
|
| +#include "core/frame/WebFrameWidgetBase.h"
|
| #include "platform/graphics/GraphicsLayer.h"
|
| #include "platform/heap/SelfKeepAlive.h"
|
| #include "platform/scroll/ScrollTypes.h"
|
| @@ -42,7 +43,6 @@
|
| #include "public/web/WebInputMethodController.h"
|
| #include "web/CompositorMutatorImpl.h"
|
| #include "web/PageWidgetDelegate.h"
|
| -#include "web/WebFrameWidgetBase.h"
|
| #include "web/WebInputMethodControllerImpl.h"
|
| #include "web/WebLocalFrameImpl.h"
|
|
|
|
|