[webkit-dev] Turning off rendering in WebKit
Adam Treat
treat at kde.org
Tue Jan 13 07:22:35 PST 2009
On Tuesday 13 January 2009 5:53:33 am goldeneyes wrote:
> Bugzilla from treat at kde.org wrote:
> > Not sure what port you are using, but perhaps put in a 'return;' at the
> > beginning of Frame::paint(...) ?
> >
> > Adam
>
> hi,
>
> I want to do the same thing, I search the word "Frame:" with the following
> command:
> find /home/hiba/webkit-last-version/WebKit/ -type "f" | xargs grep -i
> "Frame::" | less -S
> but i don't found "Frame:: paint"
> where i can find it ? please, can you help me.
>
> thank you in advance for any help,
Sorry, the method had moved. Here you go:
void FrameView::paintContents(GraphicsContext* p, const IntRect& rect)
from http://trac.webkit.org/browser/trunk/WebCore/page/FrameView.cpp?rev=39858
Cheers,
Adam
More information about the webkit-dev
mailing list