[Webkit-unassigned] [Bug 59929] [Chromium] Make accelerated 2d canvas enabled by default with skia

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Mon May 2 08:36:36 PDT 2011


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





--- Comment #2 from Stephen White <senorblanco at chromium.org>  2011-05-02 08:36:36 PST ---
(From update of attachment 91924)
View in context: https://bugs.webkit.org/attachment.cgi?id=91924&action=review

> Source/WebCore/page/Page.cpp:752
> +      m_sharedGraphicsContext3D = SharedGraphicsContext3D::create(chrome(), settings()->legacyAccelerated2dCanvasEnabled() ? 0 : SharedGraphicsContext3D::UseSkiaGPU);

Since this now makes skia-gpu the default path for accelerated canvas, won't we also need to add all failing tests to test_expectations along with this change?

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