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..ab6673235ed45a122bd8e4f2760ca5af1f664cce 100644 |
--- a/content/browser/renderer_host/render_process_host_impl.h |
+++ b/content/browser/renderer_host/render_process_host_impl.h |
@@ -295,9 +295,11 @@ class CONTENT_EXPORT RenderProcessHostImpl |
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|. |