Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(59)

Issue 6064007: Allow the creation of a skia::PlatformCanvas from a CGContextRef. (Closed)

Created:
9 years, 12 months ago by sjl
Modified:
9 years, 7 months ago
CC:
chromium-reviews, vrk (LEFT CHROMIUM), ddorwin+watch_chromium.org, Alpha Left Google, acolwell GONE FROM CHROMIUM, annacc, darin-cc_chromium.org, awong, pam+watch_chromium.org
Visibility:
Public.

Description

Wire up missing functionality in BitmapPlatformContext to allow the creation of a skia::PlatformCanvas from a CGContextRef. BUG= TEST=test_shell_tests, try (mac,win,linux)

Patch Set 1 #

Total comments: 6

Patch Set 2 : Respond to view comments. #

Patch Set 3 : Removed changes to webmediaplayer_impl.cc #

Unified diffs Side-by-side diffs Delta from patch set Stats (+29 lines, -26 lines) Patch
M skia/ext/platform_canvas.h View 1 2 chunks +4 lines, -0 lines 0 comments Download
M skia/ext/platform_canvas.cc View 1 1 chunk +9 lines, -0 lines 0 comments Download
M skia/ext/platform_canvas_linux.cc View 1 1 chunk +2 lines, -8 lines 0 comments Download
M skia/ext/platform_canvas_mac.cc View 1 2 chunks +11 lines, -9 lines 0 comments Download
M skia/ext/platform_canvas_win.cc View 1 2 chunks +3 lines, -9 lines 0 comments Download

Messages

Total messages: 10 (0 generated)
sjl
Brett - does this skia change look good to you? Albert - sent your way ...
9 years, 12 months ago (2010-12-28 04:26:09 UTC) #1
brettw
http://codereview.chromium.org/6064007/diff/1/skia/ext/platform_canvas.h File skia/ext/platform_canvas.h (right): http://codereview.chromium.org/6064007/diff/1/skia/ext/platform_canvas.h#newcode51 skia/ext/platform_canvas.h:51: bool initialize(CGContextRef context, int width, int height, bool is_opaque); ...
9 years, 12 months ago (2010-12-29 21:03:52 UTC) #2
sjl
Thanks - addressed all comments. However... this cl isn't good due to a regression in ...
9 years, 11 months ago (2010-12-31 05:55:49 UTC) #3
brettw
The skia changes seem like they reduce some copied code, so would be nice to ...
9 years, 11 months ago (2011-01-03 21:02:34 UTC) #4
sjl
Removed the changes to webmediaplayer_impl.cc and made this cl just about the skia changes.
9 years, 11 months ago (2011-01-04 18:30:59 UTC) #5
brettw
LGTM
9 years, 11 months ago (2011-01-04 18:45:21 UTC) #6
scherkus (not reviewing)
LGTM don't forget to update CL description, TEST= and BUG= if needed
9 years, 11 months ago (2011-01-05 01:32:21 UTC) #7
scherkus (not reviewing)
whoops I don't even think I was a reviewer!
9 years, 11 months ago (2011-01-05 01:33:05 UTC) #8
sjl
On 2011/01/05 01:33:05, scherkus wrote: > whoops I don't even think I was a reviewer! ...
9 years, 11 months ago (2011-01-05 01:41:42 UTC) #9
brettw
9 years, 11 months ago (2011-01-06 07:03:56 UTC) #10
Landed in r70596

Powered by Google App Engine
This is Rietveld 408576698