[Webkit-unassigned] [Bug 53431] [Qt] WebKit fails to compile for Qt when WebGL enabled

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Mon Jan 31 10:37:52 PST 2011


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





--- Comment #3 from Andrew Wason <rectalogic at rectalogic.com>  2011-01-31 10:37:52 PST ---
(In reply to comment #2)
> Does that work when compiled? I don't like the idea of adding stubs just to discover
> later the thing is not working when running the tests.

Yes, it works when compiled if "Toggle use of QGraphicsView" is unchecked in QtTestBrowser, or if it is checked then "Toggle Accelerated Compositing" must be unchecked - I think this was a requirement before this patch too.

It looks like the stubbed out DrawingBuffer is only used if ACCELERATED_2D_CANVAS is enabled. The only place I can find a call to createDrawingBuffer() is in Source/WebCore/html/canvas/CanvasRenderingContext2D.cpp:CanvasRenderingContext2D::CanvasRenderingContext2D() and it is wrapped in ACCELERATED_2D_CANVAS ifdef.

-- 
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