| Index: content/public/browser/render_widget_host.h
|
| diff --git a/content/public/browser/render_widget_host.h b/content/public/browser/render_widget_host.h
|
| index aa1e3d234a66f0763425adcff99f3aae974bab22..3ef3ec9919266246457597e006c1cfd00a52f6c3 100644
|
| --- a/content/public/browser/render_widget_host.h
|
| +++ b/content/public/browser/render_widget_host.h
|
| @@ -11,6 +11,7 @@
|
| #include "content/public/browser/keyboard_listener.h"
|
| #include "content/public/browser/native_web_keyboard_event.h"
|
| #include "ipc/ipc_channel.h"
|
| +#include "ipc/ipc_sender.h"
|
| #include "third_party/WebKit/Source/WebKit/chromium/public/WebInputEvent.h"
|
| #include "third_party/WebKit/Source/WebKit/chromium/public/WebTextDirection.h"
|
| #include "ui/gfx/size.h"
|
| @@ -102,7 +103,7 @@ class RenderWidgetHostView;
|
| // messages for select popups. This placement is more out of convenience than
|
| // anything else. When the view is live, these messages are forwarded to it by
|
| // the RenderWidgetHost's IPC message map.
|
| -class CONTENT_EXPORT RenderWidgetHost : public IPC::Channel::Sender {
|
| +class CONTENT_EXPORT RenderWidgetHost : public IPC::Sender {
|
| public:
|
| // Free all backing stores used for rendering to drop memory usage.
|
| static void RemoveAllBackingStores();
|
|
|