Index: trunk/src/content/browser/renderer_host/render_process_host_impl.h |
=================================================================== |
--- trunk/src/content/browser/renderer_host/render_process_host_impl.h (revision 282673) |
+++ trunk/src/content/browser/renderer_host/render_process_host_impl.h (working copy) |
@@ -295,11 +295,9 @@ |
void OnSavedPageAsMHTML(int job_id, int64 mhtml_file_size); |
void OnCloseACK(int old_route_id); |
-#if defined(OS_MACOSX) |
// CompositorSurfaceBuffersSwapped handler when there's no RWH. |
void OnCompositorSurfaceBuffersSwappedNoHost( |
const ViewHostMsg_CompositorSurfaceBuffersSwapped_Params& params); |
-#endif |
// Generates a command line to be used to spawn a renderer and appends the |
// results to |*command_line|. |