RESOLVED FIXED 59076
remove unneeded function from graphicscontext3d.cpp
https://bugs.webkit.org/show_bug.cgi?id=59076
Summary remove unneeded function from graphicscontext3d.cpp
Jon Lee
Reported 2011-04-20 22:37:37 PDT
refactoring from http://trac.webkit.org/changeset/84441 leaves a compile warning, that unpackOneRowOfRGBA8ToRGBA8 is unused.
Attachments
Patch (2.62 KB, patch)
2011-04-20 22:48 PDT, Jon Lee
no flags
Jon Lee
Comment 1 2011-04-20 22:48:25 PDT
Jon Lee
Comment 2 2011-04-20 22:48:56 PDT
Maciej Stachowiak
Comment 3 2011-04-20 22:54:51 PDT
Comment on attachment 90496 [details] Patch r=me I can't really tell what is up with that function, it may be that it was meant to be used, but the relevant case block of doPacking was just overlooked when converting. But removing it seems like a safe fix for now. If it was intended to be used, the folks who came up with the change can handle it.
WebKit Commit Bot
Comment 4 2011-04-21 00:25:13 PDT
Comment on attachment 90496 [details] Patch Clearing flags on attachment: 90496 Committed r84474: <http://trac.webkit.org/changeset/84474>
WebKit Commit Bot
Comment 5 2011-04-21 00:25:18 PDT
All reviewed patches have been landed. Closing bug.
WebKit Commit Bot
Comment 6 2011-04-21 00:41:33 PDT
The commit-queue encountered the following flaky tests while processing attachment 90496 [details]: http/tests/misc/favicon-loads-with-icon-loading-override.html bug 58412 (author: alice.liu@apple.com) The commit-queue is continuing to process your patch.
Kenneth Russell
Comment 7 2011-04-21 10:35:18 PDT
Thanks for the cleanup. I didn't see this issue locally.
Note You need to log in before you can comment on or make changes to this bug.