monkeyxu/delphichromiumembedded

render_handler_on_paint bug

Closed this issue · 1 comments

  Alwyse when I clique in a list ( html ) ) , the size of the parametre buffer send by CEF.DLL to void CEF_CALLBACK render_handler_on_paint(struct _cef_render_handler_t* self,
    cef_browser_t* browser, enum cef_paint_element_type_t type,
    size_t dirtyRectsCount, cef_rect_t const* dirtyRects,
    const void* buffer) {

 So I have after an violation Access 


Any Idea to fixe this , any body have the same problem

I used CEF 1.1025 

Original issue reported on code.google.com by matrixma...@gmail.com on 18 Aug 2012 at 4:32

Original comment by hgourv...@gmail.com on 18 Aug 2012 at 6:14

  • Changed state: Invalid