[Webkit-unassigned] [Bug 15070] [GTK] Backing store support for faster scrolling

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Mon Jun 16 04:56:02 PDT 2008


https://bugs.webkit.org/show_bug.cgi?id=15070





------- Comment #2 from zaheer.mot at gmail.com  2008-06-16 04:56 PDT -------
i think the problem is that frame->view()->paint is overwriting the other areas
apart from the clip region. adding this clip to the cairo context as well seems
to fix the problem..

ctx.setGdkBackingStore(GDK_DRAWABLE(pageData->backingStore));
+ ctx.clip(clip);


-- 
Configure bugmail: https://bugs.webkit.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.



More information about the webkit-unassigned mailing list