| Index: content/public/browser/render_process_host.h
|
| diff --git a/content/public/browser/render_process_host.h b/content/public/browser/render_process_host.h
|
| index b044a116d7c09597268e75615374f7287672c008..194aa30db7c9db9f6998c2181b73161da47e693c 100644
|
| --- a/content/public/browser/render_process_host.h
|
| +++ b/content/public/browser/render_process_host.h
|
| @@ -79,9 +79,9 @@ class CONTENT_EXPORT RenderProcessHost : public IPC::Message::Sender,
|
| // Called to wait for the next UpdateRect message for the specified render
|
| // widget. Returns true if successful, and the msg out-param will contain a
|
| // copy of the received UpdateRect message.
|
| - virtual bool WaitForUpdateMsg(int render_widget_id,
|
| - const base::TimeDelta& max_delay,
|
| - IPC::Message* msg) = 0;
|
| + virtual bool WaitForBackingStoreMsg(int render_widget_id,
|
| + const base::TimeDelta& max_delay,
|
| + IPC::Message* msg) = 0;
|
|
|
| // Called when a received message cannot be decoded.
|
| virtual void ReceivedBadMessage() = 0;
|
|
|