Index: content/browser/renderer_host/render_process_host_impl.h |
diff --git a/content/browser/renderer_host/render_process_host_impl.h b/content/browser/renderer_host/render_process_host_impl.h |
index 36f8f9a0f4ea81bc90fad6283075b047784ca891..5aaf26299215df755fb5120d4d69a0e65bf5144f 100644 |
--- a/content/browser/renderer_host/render_process_host_impl.h |
+++ b/content/browser/renderer_host/render_process_host_impl.h |
@@ -30,8 +30,6 @@ |
#include "base/mac/scoped_cftyperef.h" |
#endif |
-struct ViewHostMsg_CompositorSurfaceBuffersSwapped_Params; |
- |
namespace base { |
class CommandLine; |
class MessageLoop; |
@@ -99,9 +97,6 @@ class CONTENT_EXPORT RenderProcessHostImpl |
virtual void RemoveRoute(int32 routing_id) OVERRIDE; |
virtual void AddObserver(RenderProcessHostObserver* observer) OVERRIDE; |
virtual void RemoveObserver(RenderProcessHostObserver* observer) OVERRIDE; |
- virtual bool WaitForBackingStoreMsg(int render_widget_id, |
- const base::TimeDelta& max_delay, |
- IPC::Message* msg) OVERRIDE; |
virtual void ReceivedBadMessage() OVERRIDE; |
virtual void WidgetRestored() OVERRIDE; |
virtual void WidgetHidden() OVERRIDE; |
@@ -295,10 +290,6 @@ class CONTENT_EXPORT RenderProcessHostImpl |
void OnSavedPageAsMHTML(int job_id, int64 mhtml_file_size); |
void OnCloseACK(int old_route_id); |
- // CompositorSurfaceBuffersSwapped handler when there's no RWH. |
- void OnCompositorSurfaceBuffersSwappedNoHost( |
- const ViewHostMsg_CompositorSurfaceBuffersSwapped_Params& params); |
- |
// Generates a command line to be used to spawn a renderer and appends the |
// results to |*command_line|. |
void AppendRendererCommandLine(base::CommandLine* command_line) const; |