| Index: chrome/renderer/render_widget.h
|
| diff --git a/chrome/renderer/render_widget.h b/chrome/renderer/render_widget.h
|
| index e7af65a45b13504da69160d96b50eeba1d0026ad..d8482ea6c05260b67797e85aac073253adba9b19 100644
|
| --- a/chrome/renderer/render_widget.h
|
| +++ b/chrome/renderer/render_widget.h
|
| @@ -11,15 +11,12 @@
|
| #include "app/surface/transport_dib.h"
|
| #include "base/basictypes.h"
|
| #include "base/ref_counted.h"
|
| -#include "base/shared_memory.h"
|
| #include "chrome/renderer/paint_aggregator.h"
|
| #include "chrome/renderer/render_process.h"
|
| #include "gfx/native_widget_types.h"
|
| -#include "gfx/point.h"
|
| #include "gfx/rect.h"
|
| #include "gfx/size.h"
|
| #include "ipc/ipc_channel.h"
|
| -#include "skia/ext/platform_canvas.h"
|
| #include "third_party/WebKit/WebKit/chromium/public/WebCompositionUnderline.h"
|
| #include "third_party/WebKit/WebKit/chromium/public/WebPopupType.h"
|
| #include "third_party/WebKit/WebKit/chromium/public/WebRect.h"
|
| @@ -32,6 +29,14 @@
|
| class RenderThreadBase;
|
| struct ViewHostMsg_ShowPopup_Params;
|
|
|
| +namespace gfx {
|
| +class Point;
|
| +}
|
| +
|
| +namespace skia {
|
| +class PlatformCanvas;
|
| +}
|
| +
|
| namespace WebKit {
|
| struct WebPopupMenuInfo;
|
| }
|
|
|