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

Issue 6665046: Unfork VectorPlatformCanvas. (Closed)

Created:
9 years, 9 months ago by vandebo (ex-Chrome)
Modified:
9 years, 7 months ago
Reviewers:
Lei Zhang, reed1
CC:
chromium-reviews, pam+watch_chromium.org, Paweł Hajdan Jr., darin-cc_chromium.org, brettw-cc_chromium.org, dpapad, Chris Guillory
Visibility:
Public.

Description

Unfork VectorPlatformCanvas. Unfork VectorPlatformCanvas by making NativeMetafile know how to create an appropriate VectorPlatformDevice. This will also be useful when we have multiple NativeMetafile implemenations (each requiring a different VectorPlatformDevices). BUG=NONE TEST=NONE Committed: http://src.chromium.org/viewvc/chrome?view=rev&revision=78662 Reverted: http://src.chromium.org/viewvc/chrome?view=rev&revision=78663 Committed: http://src.chromium.org/viewvc/chrome?view=rev&revision=78812 Reverted: http://src.chromium.org/viewvc/chrome?view=rev&revision=78815 Committed: http://src.chromium.org/viewvc/chrome?view=rev&revision=78859 Reverted: http://src.chromium.org/viewvc/chrome?view=rev&revision=78860 Committed: http://src.chromium.org/viewvc/chrome?view=rev&revision=78935

Patch Set 1 #

Patch Set 2 : Fix compile problems. #

Patch Set 3 : nit #

Patch Set 4 : Copyright years #

Total comments: 6

Patch Set 5 : Address comments #

Total comments: 1

Patch Set 6 : nit #

Patch Set 7 : Rebase #

Patch Set 8 : Mac clang #

Patch Set 9 : Fix windows shared build #

Patch Set 10 : Rebase #

Unified diffs Side-by-side diffs Delta from patch set Stats (+92 lines, -153 lines) Patch
M chrome/renderer/print_web_view_helper_linux.cc View 1 2 3 4 5 6 7 8 9 1 chunk +5 lines, -6 lines 0 comments Download
M chrome/renderer/print_web_view_helper_win.cc View 1 2 3 4 5 6 7 8 9 3 chunks +10 lines, -47 lines 0 comments Download
M printing/emf_win.h View 1 2 3 4 5 6 7 8 9 1 chunk +3 lines, -0 lines 0 comments Download
M printing/emf_win.cc View 1 2 3 4 5 6 7 8 9 2 chunks +13 lines, -1 line 0 comments Download
M printing/native_metafile.h View 1 2 3 4 5 6 7 8 9 2 chunks +11 lines, -0 lines 0 comments Download
M printing/pdf_metafile_mac.h View 1 2 3 4 5 6 7 8 9 1 chunk +4 lines, -0 lines 0 comments Download
M printing/pdf_metafile_mac.cc View 1 2 3 4 5 6 7 8 9 1 chunk +7 lines, -0 lines 0 comments Download
printing/pdf_ps_metafile_cairo.h View 1 2 3 4 5 6 7 8 9 1 chunk +3 lines, -0 lines 0 comments Download
M printing/pdf_ps_metafile_cairo.cc View 1 2 3 4 5 6 7 8 9 1 chunk +12 lines, -0 lines 0 comments Download
M skia/ext/vector_canvas.h View 1 1 chunk +4 lines, -21 lines 0 comments Download
M skia/ext/vector_canvas.cc View 1 2 3 4 5 1 chunk +5 lines, -5 lines 0 comments Download
D skia/ext/vector_canvas_linux.cc View 1 chunk +0 lines, -28 lines 0 comments Download
M skia/ext/vector_canvas_unittest.cc View 1 3 chunks +5 lines, -2 lines 0 comments Download
D skia/ext/vector_canvas_win.cc View 1 chunk +0 lines, -30 lines 0 comments Download
M skia/ext/vector_platform_device_linux.h View 1 2 3 4 1 chunk +2 lines, -2 lines 0 comments Download
M skia/ext/vector_platform_device_linux.cc View 1 2 3 4 1 chunk +3 lines, -3 lines 0 comments Download
M skia/ext/vector_platform_device_win.h View 1 2 3 4 5 6 7 8 1 chunk +3 lines, -3 lines 0 comments Download
M skia/ext/vector_platform_device_win.cc View 1 2 3 4 1 chunk +2 lines, -3 lines 0 comments Download
M skia/skia.gyp View 1 2 3 4 5 6 7 8 9 1 chunk +0 lines, -2 lines 0 comments Download

Messages

Total messages: 6 (0 generated)
vandebo (ex-Chrome)
9 years, 9 months ago (2011-03-17 18:55:38 UTC) #1
Lei Zhang
http://codereview.chromium.org/6665046/diff/5020/printing/native_metafile.h File printing/native_metafile.h (right): http://codereview.chromium.org/6665046/diff/5020/printing/native_metafile.h#newcode58 printing/native_metafile.h:58: // VectorPlatformDevice implemenation bound to the context created by ...
9 years, 9 months ago (2011-03-17 19:42:46 UTC) #2
vandebo (ex-Chrome)
Mike, can you take a look, Lei requested a second set of eyes on this ...
9 years, 9 months ago (2011-03-17 19:53:43 UTC) #3
reed1
Don't understand the big picture. Will try a chat or call. http://codereview.chromium.org/6665046/diff/7001/skia/ext/vector_canvas.cc File skia/ext/vector_canvas.cc (right): ...
9 years, 9 months ago (2011-03-17 20:06:53 UTC) #4
vandebo (ex-Chrome)
On 2011/03/17 20:06:53, reed1 wrote: > Don't understand the big picture. Will try a chat ...
9 years, 9 months ago (2011-03-17 20:15:28 UTC) #5
Lei Zhang
9 years, 9 months ago (2011-03-18 02:27:16 UTC) #6
LGTM

Powered by Google App Engine
This is Rietveld 408576698