| 184 | } |
| 185 | |
| 186 | xcw_native_owned_bytes xcw_native_render_chrome_png(const char *udid, |
| 187 | bool include_buttons, |
| 188 | char **error_message) { |
| 189 | (void)udid; |
| 190 | (void)include_buttons; |
| 191 | return xcw_empty_bytes(error_message); |
| 192 | } |
| 193 | |
| 194 | xcw_native_owned_bytes xcw_native_render_chrome_button_png( |
| 195 | const char *udid, const char *button_name, bool pressed, |
no test coverage detected