| Index: content/renderer/render_frame_impl.h
|
| diff --git a/content/renderer/render_frame_impl.h b/content/renderer/render_frame_impl.h
|
| index fd255f0abcf9feff932611002876f2c482a4e322..107d8f434fd919a7cacc089093d26563c0a84e75 100644
|
| --- a/content/renderer/render_frame_impl.h
|
| +++ b/content/renderer/render_frame_impl.h
|
| @@ -31,8 +31,6 @@
|
| #endif
|
|
|
| class TransportDIB;
|
| -struct FrameMsg_BuffersSwapped_Params;
|
| -struct FrameMsg_CompositorFrameSwapped_Params;
|
| struct FrameMsg_Navigate_Params;
|
|
|
| namespace blink {
|
| @@ -432,9 +430,6 @@ class CONTENT_EXPORT RenderFrameImpl
|
| // content/common/*_messages.h for the message that the function is handling.
|
| void OnBeforeUnload();
|
| void OnSwapOut(int proxy_routing_id);
|
| - void OnChildFrameProcessGone();
|
| - void OnBuffersSwapped(const FrameMsg_BuffersSwapped_Params& params);
|
| - void OnCompositorFrameSwapped(const IPC::Message& message);
|
| void OnShowContextMenu(const gfx::Point& location);
|
| void OnContextMenuClosed(const CustomContextMenuContext& custom_context);
|
| void OnCustomContextMenuAction(const CustomContextMenuContext& custom_context,
|
|
|