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

Issue 13080: Move convolver and image_operations from base/gfx to skia/ext. This is just... (Closed)

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

Description

Move convolver and image_operations from base/gfx to skia/ext. This is just like my previous change except does no namespace renaming and doesn't touch skia_utils. Committed: http://src.chromium.org/viewvc/chrome?view=rev&revision=6290

Patch Set 1 #

Patch Set 2 : '' #

Patch Set 3 : '' #

Patch Set 4 : '' #

Unified diffs Side-by-side diffs Delta from patch set Stats (+53 lines, -1318 lines) Patch
M base/base.xcodeproj/project.pbxproj View 12 chunks +0 lines, -29 lines 0 comments Download
M base/build/base_gfx.vcproj View 2 chunks +0 lines, -16 lines 0 comments Download
M base/build/base_unittests.vcproj View 1 chunk +0 lines, -8 lines 0 comments Download
M base/gfx/base_gfx.scons View 1 chunk +0 lines, -2 lines 0 comments Download
D base/gfx/convolver.h View 1 chunk +0 lines, -137 lines 0 comments Download
D base/gfx/convolver.cc View 1 chunk +0 lines, -335 lines 0 comments Download
D base/gfx/convolver_unittest.cc View 1 chunk +0 lines, -127 lines 0 comments Download
D base/gfx/image_operations.h View 1 chunk +0 lines, -63 lines 0 comments Download
D base/gfx/image_operations.cc View 1 chunk +0 lines, -362 lines 0 comments Download
D base/gfx/image_operations_unittest.cc View 1 chunk +0 lines, -148 lines 0 comments Download
D base/gfx/img_resize_perftest.cc View 1 chunk +0 lines, -70 lines 0 comments Download
M chrome/browser/download/download_util.cc View 2 chunks +1 line, -1 line 0 comments Download
M chrome/browser/fav_icon_helper.cc View 2 chunks +1 line, -1 line 0 comments Download
M chrome/browser/importer/importer.cc View 2 chunks +1 line, -1 line 0 comments Download
M chrome/browser/views/tabs/tab_renderer.cc View 2 chunks +1 line, -1 line 0 comments Download
M chrome/common/gfx/icon_util.cc View 1 chunk +1 line, -1 line 0 comments Download
M chrome/renderer/render_view.cc View 2 chunks +1 line, -1 line 0 comments Download
M chrome/views/button.cc View 1 chunk +1 line, -1 line 0 comments Download
A + skia/ext/convolver.h View 2 chunks +3 lines, -3 lines 0 comments Download
A + skia/ext/convolver.cc View 1 chunk +1 line, -1 line 0 comments Download
A + skia/ext/convolver_unittest.cc View 1 chunk +1 line, -1 line 0 comments Download
A + skia/ext/image_operations.h View 2 chunks +3 lines, -3 lines 0 comments Download
A + skia/ext/image_operations.cc View 1 chunk +2 lines, -2 lines 0 comments Download
A + skia/ext/image_operations_unittest.cc View 1 chunk +1 line, -1 line 0 comments Download
M skia/skia.vcproj View 2 chunks +16 lines, -0 lines 0 comments Download
M skia/skia.xcodeproj/project.pbxproj View 4 chunks +8 lines, -0 lines 0 comments Download
M webkit/build/port/port.vcproj View 1 chunk +8 lines, -0 lines 0 comments Download
M webkit/port/platform/graphics/ImageSkia.cpp View 1 chunk +1 line, -1 line 0 comments Download
M webkit/port/platform/graphics/NativeImageSkia.cpp View 1 chunk +1 line, -1 line 0 comments Download
M webkit/port/platform/graphics/PlatformContextSkia.cpp View 1 2 3 1 chunk +1 line, -1 line 0 comments Download

Messages

Total messages: 2 (0 generated)
brettw
12 years ago (2008-12-03 03:42:14 UTC) #1
dglazkov
12 years ago (2008-12-03 03:54:55 UTC) #2
LGTM.

Powered by Google App Engine
This is Rietveld 408576698