| Index: content/renderer/render_widget.cc
|
| diff --git a/content/renderer/render_widget.cc b/content/renderer/render_widget.cc
|
| index 0ddaf21eee1fdc7dddc323c79dda769bc3dbb592..6f4115aceedeb671926af78ed4945868800d1da4 100644
|
| --- a/content/renderer/render_widget.cc
|
| +++ b/content/renderer/render_widget.cc
|
| @@ -33,12 +33,12 @@
|
| #include "content/common/gpu/client/webgraphicscontext3d_command_buffer_impl.h"
|
| #include "content/common/gpu/gpu_process_launch_causes.h"
|
| #include "content/common/input/synthetic_gesture_packet.h"
|
| -#include "content/common/input/web_input_event_traits.h"
|
| #include "content/common/input_messages.h"
|
| #include "content/common/swapped_out_messages.h"
|
| #include "content/common/view_messages.h"
|
| #include "content/public/common/content_switches.h"
|
| #include "content/public/common/context_menu_params.h"
|
| +#include "content/public/common/input/web_input_event_traits.h"
|
| #include "content/renderer/cursor_utils.h"
|
| #include "content/renderer/external_popup_menu.h"
|
| #include "content/renderer/gpu/compositor_output_surface.h"
|
|
|