2449 + {STREAM_RENDERER_PARAM_WIN0_HEIGHT, display_height}}; 2450 + 2451 + // Convert metrics callbacks. 2452 + if (gfxstreamcallbacks) { 2453 + if (gfxstreamcallbacks->add_instant_event) { 2454 + streamRendererParams.push_back( 2455 + {STREAM_RENDERER_PARAM_METRICS_CALLBACK_ADD...