cef_browser_host_t.invalidate

Invalidate the view. The browser will call cef_render_handler_t::OnPaint asynchronously. This function is only used when window rendering is disabled.

struct cef_browser_host_t
extern (System)
void function(cef_browser_host_t* self, cef_paint_element_type_t type) nothrow invalidate;

Meta