On Wednesday 14 January 2009 5:07:56 am goldeneyes wrote:
> Bugzilla from tr...@kde.org wrote:
> > 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
>
> hi, Thank you for the answer,
>
> I have  made the changes in this  file "WebKit / WebCore / page /
> FrameView.cpp"
> but it stil displays the main window whith no Content( white page ).
> But how  can i do to hide the whole browser ?
>
> Thank you in advance for any help,

That's not what you asked for before.  You just didn't want WebKit to render 
any of the contents unless I read something wrong.

If you want to disable all painting altogether then that will depend on the 
port of WebKit you are using: Qt, Mac, Windows, etc.  For the Qt port you 
could just use QWebPage with no QWebView and nothing would be drawn to screen.

Cheers,
Adam
_______________________________________________
webkit-dev mailing list
webkit-dev@lists.webkit.org
http://lists.webkit.org/mailman/listinfo.cgi/webkit-dev

Reply via email to