| Index: chrome/common/render_messages.h
|
| diff --git a/chrome/common/render_messages.h b/chrome/common/render_messages.h
|
| index 3681e40a28960e00413dc80a6b2d0780f13aac7e..80534d861bdc1dbd4e9831cf11b468a9857490b8 100644
|
| --- a/chrome/common/render_messages.h
|
| +++ b/chrome/common/render_messages.h
|
| @@ -29,13 +29,14 @@
|
| #include "ipc/ipc_message_macros.h"
|
| #include "third_party/WebKit/Source/WebKit/chromium/public/WebCache.h"
|
| #include "third_party/WebKit/Source/WebKit/chromium/public/WebConsoleMessage.h"
|
| -#include "third_party/skia/include/core/SkBitmap.h"
|
| #include "ui/gfx/rect.h"
|
|
|
| // Singly-included section for enums and custom IPC traits.
|
| #ifndef CHROME_COMMON_RENDER_MESSAGES_H_
|
| #define CHROME_COMMON_RENDER_MESSAGES_H_
|
|
|
| +class SkBitmap;
|
| +
|
| // Command values for the cmd parameter of the
|
| // ViewHost_JavaScriptStressTestControl message. For each command the parameter
|
| // passed has a different meaning:
|
|
|