| Index: content/browser/frame_host/render_widget_host_view_guest.cc
|
| diff --git a/content/browser/frame_host/render_widget_host_view_guest.cc b/content/browser/frame_host/render_widget_host_view_guest.cc
|
| index d92ce3b66d892c49d444cb37e4316942981fbf8a..10c83139b1b959ba42796e4be1f9b0799cad0907 100644
|
| --- a/content/browser/frame_host/render_widget_host_view_guest.cc
|
| +++ b/content/browser/frame_host/render_widget_host_view_guest.cc
|
| @@ -22,11 +22,11 @@
|
| #include "content/browser/renderer_host/render_widget_host_input_event_router.h"
|
| #include "content/common/browser_plugin/browser_plugin_messages.h"
|
| #include "content/common/frame_messages.h"
|
| -#include "content/common/gpu/gpu_messages.h"
|
| #include "content/common/input/web_touch_event_traits.h"
|
| #include "content/common/view_messages.h"
|
| #include "content/common/webplugin_geometry.h"
|
| #include "content/public/common/content_switches.h"
|
| +#include "gpu/ipc/common/gpu_messages.h"
|
| #include "skia/ext/platform_canvas.h"
|
| #include "third_party/WebKit/public/platform/WebScreenInfo.h"
|
|
|
|
|