RESOLVED FIXED 77463
[Chromium] Use SkCanvas::flush in skia port
https://bugs.webkit.org/show_bug.cgi?id=77463
Summary [Chromium] Use SkCanvas::flush in skia port
Justin Novosad
Reported 2012-01-31 11:59:12 PST
In the skia platform code, we can eliminate direct dependencies on Ganesh APIs (GrContext in particular) in a few places places by using the recently added SkCanvas::flush method. This will also make some parts of the code clearer and more concise.
Attachments
Patch (5.14 KB, patch)
2012-02-02 08:47 PST, Justin Novosad
no flags
Patch (5.49 KB, patch)
2012-02-02 10:34 PST, Justin Novosad
no flags
Patch (5.14 KB, patch)
2012-02-02 12:46 PST, Justin Novosad
no flags
Justin Novosad
Comment 1 2012-02-02 08:47:34 PST
Brian Salomon
Comment 2 2012-02-02 08:52:38 PST
Yay!
WebKit Review Bot
Comment 3 2012-02-02 09:00:04 PST
Comment on attachment 125139 [details] Patch Attachment 125139 [details] did not pass chromium-ews (chromium-xvfb): Output: http://queues.webkit.org/results/11386855
Justin Novosad
Comment 4 2012-02-02 09:03:13 PST
Looks like I need a chromium DEPS roll (In reply to comment #3) > (From update of attachment 125139 [details]) > Attachment 125139 [details] did not pass chromium-ews (chromium-xvfb): > Output: http://queues.webkit.org/results/11386855
Justin Novosad
Comment 5 2012-02-02 10:34:23 PST
Stephen White
Comment 6 2012-02-02 12:00:45 PST
Comment on attachment 125151 [details] Patch Looks great! Thanks for the cleanup. r=me
WebKit Review Bot
Comment 7 2012-02-02 12:30:54 PST
Comment on attachment 125151 [details] Patch Rejecting attachment 125151 [details] from commit-queue. Failed to run "['/mnt/git/webkit-commit-queue/Tools/Scripts/webkit-patch', '--status-host=queues.webkit.org', '-..." exit_code: 2 Last 500 characters of output: /graphics/chromium/cc/CCLayerTreeHostImpl.h patching file Source/WebCore/platform/graphics/chromium/cc/CCProxy.h patching file Source/WebCore/platform/graphics/skia/PlatformContextSkia.cpp patching file Source/WebKit/chromium/DEPS Hunk #1 FAILED at 32. 1 out of 1 hunk FAILED -- saving rejects to file Source/WebKit/chromium/DEPS.rej Failed to run "[u'/mnt/git/webkit-commit-queue/Tools/Scripts/svn-apply', u'--force', u'--reviewer', u'Stephen Wh..." exit_code: 1 cwd: /mnt/git/webkit-commit-queue/ Full output: http://queues.webkit.org/results/11381941
Justin Novosad
Comment 8 2012-02-02 12:46:40 PST
Stephen White
Comment 9 2012-02-02 13:45:40 PST
Comment on attachment 125162 [details] Patch One mo' time! r=me
WebKit Review Bot
Comment 10 2012-02-02 16:07:13 PST
Comment on attachment 125162 [details] Patch Clearing flags on attachment: 125162 Committed r106601: <http://trac.webkit.org/changeset/106601>
WebKit Review Bot
Comment 11 2012-02-02 16:07:18 PST
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.