| Index: chrome/common/render_messages.h
|
| diff --git a/chrome/common/render_messages.h b/chrome/common/render_messages.h
|
| index 2f58fd222f71363cdd01710f5756a95b0e86efb6..593c230b33cca9625caf25f454a819657a87fc1b 100644
|
| --- a/chrome/common/render_messages.h
|
| +++ b/chrome/common/render_messages.h
|
| @@ -32,10 +32,11 @@
|
| #include "ipc/ipc_channel_handle.h"
|
| #include "ipc/ipc_message_macros.h"
|
| #include "ipc/ipc_platform_file.h"
|
| -#include "third_party/skia/include/core/SkBitmap.h"
|
| #include "third_party/WebKit/public/web/WebCache.h"
|
| #include "third_party/WebKit/public/web/WebConsoleMessage.h"
|
| +#include "third_party/skia/include/core/SkBitmap.h"
|
| #include "ui/base/window_open_disposition.h"
|
| +#include "ui/gfx/ipc/gfx_param_traits.h"
|
| #include "ui/gfx/rect.h"
|
|
|
| // Singly-included section for enums and custom IPC traits.
|
|
|