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

Issue 13726: Move Image operations and convolver to the skia namespace and clean up a few ... (Closed)

Created:
12 years ago by brettw
Modified:
9 years, 7 months ago
Reviewers:
M-A Ruel
CC:
chromium-reviews_googlegroups.com
Visibility:
Public.

Description

Move Image operations and convolver to the skia namespace and clean up a few (but not all) base types. Committed: http://src.chromium.org/viewvc/chrome?view=rev&revision=6921

Patch Set 1 #

Total comments: 15

Patch Set 2 : '' #

Patch Set 3 : '' #

Patch Set 4 : '' #

Patch Set 5 : '' #

Unified diffs Side-by-side diffs Delta from patch set Stats (+112 lines, -109 lines) Patch
M chrome/browser/fav_icon_helper.cc View 1 1 chunk +3 lines, -3 lines 0 comments Download
M chrome/browser/importer/importer.cc View 1 1 chunk +2 lines, -3 lines 0 comments Download
M chrome/browser/views/tabs/tab_renderer.cc View 1 1 chunk +3 lines, -3 lines 0 comments Download
M chrome/common/gfx/icon_util.cc View 1 1 chunk +3 lines, -3 lines 0 comments Download
M chrome/renderer/render_view.cc View 1 1 chunk +2 lines, -2 lines 0 comments Download
M chrome/views/button.cc View 1 1 chunk +1 line, -1 line 0 comments Download
M skia/ext/convolver.h View 1 6 chunks +13 lines, -11 lines 0 comments Download
M skia/ext/convolver.cc View 1 2 16 chunks +28 lines, -29 lines 0 comments Download
M skia/ext/convolver_unittest.cc View 1 1 chunk +2 lines, -2 lines 0 comments Download
M skia/ext/image_operations.h View 1 3 chunks +6 lines, -6 lines 0 comments Download
M skia/ext/image_operations.cc View 1 2 3 4 8 chunks +33 lines, -30 lines 0 comments Download
M skia/ext/image_operations_unittest.cc View 1 2 chunks +7 lines, -7 lines 0 comments Download
M webkit/port/platform/graphics/skia/ImageSkia.cpp View 2 chunks +7 lines, -7 lines 0 comments Download
M webkit/port/platform/graphics/skia/NativeImageSkia.cpp View 1 chunk +2 lines, -2 lines 0 comments Download

Messages

Total messages: 3 (0 generated)
brettw
Third try for this patch. This is more minimal than before, trying to avoid weird ...
12 years ago (2008-12-10 23:28:42 UTC) #1
M-A Ruel
Mostly nits so you can check-in with the items fixed. http://codereview.chromium.org/13726/diff/1/11 File skia/ext/convolver.cc (right): http://codereview.chromium.org/13726/diff/1/11#newcode16 ...
12 years ago (2008-12-11 00:39:02 UTC) #2
brettw
12 years ago (2008-12-12 05:45:18 UTC) #3
I removed TransparencyHelper (it was in there by mistake) from this CL and
addressed the rest of your issues.

Powered by Google App Engine
This is Rietveld 408576698