| Index: content/renderer/render_widget.h
|
| diff --git a/content/renderer/render_widget.h b/content/renderer/render_widget.h
|
| index bcbdffbd953eb31fe8d7caec5a59ae82035b6791..0a9e9d1675b2ce298b703da93375c6444fe84ba3 100644
|
| --- a/content/renderer/render_widget.h
|
| +++ b/content/renderer/render_widget.h
|
| @@ -35,12 +35,12 @@
|
| #include "ipc/ipc_listener.h"
|
| #include "ipc/ipc_sender.h"
|
| #include "third_party/WebKit/public/platform/WebDisplayMode.h"
|
| +#include "third_party/WebKit/public/platform/WebInputEvent.h"
|
| #include "third_party/WebKit/public/platform/WebRect.h"
|
| +#include "third_party/WebKit/public/platform/WebTextInputInfo.h"
|
| #include "third_party/WebKit/public/web/WebCompositionUnderline.h"
|
| -#include "third_party/WebKit/public/web/WebInputEvent.h"
|
| #include "third_party/WebKit/public/web/WebPopupType.h"
|
| #include "third_party/WebKit/public/web/WebTextDirection.h"
|
| -#include "third_party/WebKit/public/web/WebTextInputInfo.h"
|
| #include "third_party/WebKit/public/web/WebTouchAction.h"
|
| #include "third_party/WebKit/public/web/WebWidget.h"
|
| #include "third_party/WebKit/public/web/WebWidgetClient.h"
|
|
|