RESOLVED FIXED 48180
[WINCE] Rename SharedBitmap::createInstance to SharedBitmap::create
https://bugs.webkit.org/show_bug.cgi?id=48180
Summary [WINCE] Rename SharedBitmap::createInstance to SharedBitmap::create
Patrick R. Gansterer
Reported 2010-10-23 04:38:49 PDT
see patch
Attachments
Patch (4.37 KB, patch)
2010-10-23 04:45 PDT, Patrick R. Gansterer
no flags
Patrick R. Gansterer
Comment 1 2010-10-23 04:45:11 PDT
Created attachment 71634 [details] Patch New new create function are: PassRefPtr<SharedBitmap> SharedBitmap::create(const IntSize& size, BitmapInfo::BitCount bitCount, bool initPixels) PassRefPtr<SharedBitmap> SharedBitmap::create(const Vector<unsigned>& data, const IntSize& size, bool hasAlpha)
David Kilzer (:ddkilzer)
Comment 2 2010-10-23 07:25:46 PDT
Where are the SharedBitmap::create() methods defined? I don't see SharedBitmap.h in the tree. (Has it not been upstreamed yet?)
Patrick R. Gansterer
Comment 3 2010-10-23 09:24:43 PDT
(In reply to comment #2) > Where are the SharedBitmap::create() methods defined? I don't see SharedBitmap.h in the tree. (Has it not been upstreamed yet?) It's not upstreamed yet and I want to upream it with the correct name of the create-function: see bug 28272 for SharedBitmap
David Kilzer (:ddkilzer)
Comment 4 2010-10-23 10:41:53 PDT
Comment on attachment 71634 [details] Patch Thanks! r=me
WebKit Commit Bot
Comment 5 2010-10-23 10:43:26 PDT
Comment on attachment 71634 [details] Patch Rejecting patch 71634 from commit-queue. Failed to run "['./WebKitTools/Scripts/webkit-patch', '--status-host=queues.webkit.org', '--bot-id=abarth-cq-sl', 'apply-attachment', '--force-clean', '--non-interactive', 71634]" exit_code: 2 Last 500 characters of output: 3 (offset -8 lines). Hunk #3 succeeded at 1777 (offset -17 lines). patching file WebCore/platform/graphics/wince/ImageBufferWinCE.cpp Hunk #1 succeeded at 64 (offset -1 lines). patching file WebCore/platform/graphics/wince/ImageWinCE.cpp Hunk #1 FAILED at 43. 1 out of 1 hunk FAILED -- saving rejects to file WebCore/platform/graphics/wince/ImageWinCE.cpp.rej Failed to run "[u'/Users/abarth/git/webkit-queue/WebKitTools/Scripts/svn-apply', u'--reviewer', u'David Kilzer', u'--force']" exit_code: 1 Full output: http://queues.webkit.org/results/4708040
Patrick R. Gansterer
Comment 6 2010-10-23 12:01:20 PDT
Comment on attachment 71634 [details] Patch Clearing flags on attachment: 71634 Manually committed r70397: <http://trac.webkit.org/changeset/70397>
Patrick R. Gansterer
Comment 7 2010-10-23 12:01:35 PDT
All reviewed patches have been landed. Closing bug.
Note You need to log in before you can comment on or make changes to this bug.