| Index: content/renderer/render_widget.h
|
| diff --git a/content/renderer/render_widget.h b/content/renderer/render_widget.h
|
| index fdcf8ed46556d9719dc41dd4aa331d2f5686e3c8..34bff4ae608652227277211402fe7345b4c4d064 100644
|
| --- a/content/renderer/render_widget.h
|
| +++ b/content/renderer/render_widget.h
|
| @@ -9,6 +9,7 @@
|
| #include <map>
|
|
|
| #include "base/basictypes.h"
|
| +#include "base/callback.h"
|
| #include "base/compiler_specific.h"
|
| #include "base/memory/ref_counted.h"
|
| #include "base/memory/scoped_ptr.h"
|
| @@ -20,6 +21,7 @@
|
| #include "content/common/cursors/webcursor.h"
|
| #include "content/common/gpu/client/webgraphicscontext3d_command_buffer_impl.h"
|
| #include "content/common/input/synthetic_gesture_params.h"
|
| +#include "content/public/common/widget_visible_state.h"
|
| #include "ipc/ipc_listener.h"
|
| #include "ipc/ipc_sender.h"
|
| #include "third_party/WebKit/public/platform/WebRect.h"
|
| @@ -182,6 +184,9 @@ class CONTENT_EXPORT RenderWidget
|
| // Notifies about a compositor frame commit operation having finished.
|
| virtual void DidCommitCompositorFrame();
|
|
|
| + // FIXME: docs
|
| + void QueueMessage(IPC::Message* msg);
|
| +
|
| // Handle common setup/teardown for handling IME events.
|
| void StartHandlingImeEvent();
|
| void FinishHandlingImeEvent();
|
|
|