[Webkit-unassigned] [Bug 52571] [Qt] Fixed compilation with QT_NO_GRAPHICSVIEW

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Tue Jan 18 09:20:36 PST 2011


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





--- Comment #5 from Konstantin Tokarev <annulen at yandex.ru>  2011-01-18 09:20:36 PST ---
(In reply to comment #4)
> (In reply to comment #3)
> > >This seems like a DUP of bug 49750
> > 
> > Maybe. 
> > 
> > BTW, trunk still does not compile without this patch. Should I relocate it?
> > 
> > >Konstantin, do you have ACCELERATED_COMPOSITING enabled ?
> > 
> > Yes, it's enabled. However, I don't understand how can I manage it :)
> 
> Perhaps ACCELERATED_COMPOSITING should not be enabled (and than the stub in GraphicsLayerQt.cpp is not needed).
> 
> Can you try the last patch attached to bug 4975 (https://bug-49750-attachments.webkit.org/attachment.cgi?id=79124). If it works I think we think we should mark this bug a DUP of 49750.
> 
> The path at bug 49750 disables ACCELERATED_COMPOSITING (unless Texture Mapper is turned on).

I've applied that path. Nevertheless, I get ACCELERATED_COMPOSITING enabled in Platform.h

PLATFORM(QT) && (!defined(QT_NO_GRAPHICSVIEW) || USE(TEXTURE_MAPPER))

In my case, QT_NO_GRAPHICSVIEW is not defined here. Seems like no Qt headers were included

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



More information about the webkit-unassigned mailing list