[Webkit-unassigned] [Bug 59929] [Chromium] Make accelerated 2d canvas enabled by default with skia
bugzilla-daemon at webkit.org
bugzilla-daemon at webkit.org
Tue May 3 10:46:55 PDT 2011
https://bugs.webkit.org/show_bug.cgi?id=59929
--- Comment #6 from Justin Novosad <junov at chromium.org> 2011-05-03 10:46:55 PST ---
(In reply to comment #3)
> (From update of attachment 91924 [details])
> View in context: https://bugs.webkit.org/attachment.cgi?id=91924&action=review
>
> > Source/WebCore/page/Settings.cpp:722
> > +void Settings::setLegacyAccelerated2dCanvasEnabled(bool enabled)
>
> This is a chromium-only flag so I think it should only exist in the chromium websettings files much like it was done with the compositeToTexture flag in :
>
> https://bugs.webkit.org/show_bug.cgi?id=52311
>
> It will actually simplify things and you won't have to touch quite that many files.
I tried to do what you suggest, but the problem is that I can't figure out a clean way to access WebSettings from outside of WebKit/chromium/src. I think your suggestion might not work for what we are trying to do here, unless I am missing something?
--
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