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

Issue 14110: Move the "platform" wrappers in skia/ext to the skia namespace. (Closed)

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

Description

Move the "platform" wrappers in skia/ext to the skia namespace. Committed: http://src.chromium.org/viewvc/chrome?view=rev&revision=7182

Patch Set 1 #

Unified diffs Side-by-side diffs Delta from patch set Stats (+177 lines, -180 lines) Patch
M base/gfx/native_theme.h View 2 chunks +5 lines, -2 lines 0 comments Download
M base/gfx/native_theme.cc View 1 chunk +1 line, -1 line 0 comments Download
M chrome/browser/printing/printed_document.cc View 1 chunk +1 line, -1 line 0 comments Download
M chrome/browser/printing/printing_layout_uitest.cc View 1 chunk +1 line, -1 line 0 comments Download
M chrome/browser/printing/win_printing_context.cc View 1 chunk +1 line, -1 line 0 comments Download
M chrome/browser/views/theme_helpers.cc View 1 chunk +2 lines, -2 lines 0 comments Download
M chrome/common/gfx/chrome_canvas.h View 2 chunks +2 lines, -2 lines 0 comments Download
M chrome/common/gfx/chrome_canvas_skia.cc View 1 chunk +2 lines, -2 lines 0 comments Download
M chrome/common/gfx/chrome_canvas_win.cc View 1 chunk +2 lines, -2 lines 0 comments Download
M chrome/plugin/webplugin_delegate_stub.cc View 1 chunk +1 line, -1 line 0 comments Download
M chrome/plugin/webplugin_proxy.cc View 1 chunk +1 line, -1 line 0 comments Download
M chrome/renderer/render_view.cc View 4 chunks +4 lines, -4 lines 0 comments Download
M chrome/renderer/render_widget.cc View 1 chunk +1 line, -1 line 0 comments Download
M chrome/renderer/webplugin_delegate_proxy.h View 3 chunks +6 lines, -6 lines 0 comments Download
M chrome/renderer/webplugin_delegate_proxy.cc View 1 chunk +2 lines, -2 lines 0 comments Download
M skia/ext/bitmap_platform_device.h View 1 chunk +10 lines, -13 lines 0 comments Download
M skia/ext/bitmap_platform_device_linux.h View 2 chunks +2 lines, -2 lines 0 comments Download
M skia/ext/bitmap_platform_device_linux.cc View 2 chunks +2 lines, -2 lines 0 comments Download
M skia/ext/bitmap_platform_device_mac.h View 2 chunks +3 lines, -3 lines 0 comments Download
M skia/ext/bitmap_platform_device_mac.cc View 10 chunks +13 lines, -13 lines 0 comments Download
M skia/ext/bitmap_platform_device_win.h View 2 chunks +2 lines, -2 lines 0 comments Download
M skia/ext/bitmap_platform_device_win.cc View 3 chunks +3 lines, -3 lines 0 comments Download
M skia/ext/convolver_unittest.cc View 1 chunk +1 line, -1 line 0 comments Download
M skia/ext/platform_canvas.h View 1 chunk +10 lines, -13 lines 0 comments Download
M skia/ext/platform_canvas_linux.h View 2 chunks +2 lines, -2 lines 0 comments Download
M skia/ext/platform_canvas_linux.cc View 2 chunks +2 lines, -2 lines 0 comments Download
M skia/ext/platform_canvas_mac.h View 2 chunks +2 lines, -2 lines 0 comments Download
M skia/ext/platform_canvas_mac.cc View 2 chunks +2 lines, -2 lines 0 comments Download
M skia/ext/platform_canvas_unittest.cc View 2 chunks +2 lines, -2 lines 0 comments Download
M skia/ext/platform_canvas_win.h View 2 chunks +4 lines, -4 lines 0 comments Download
M skia/ext/platform_canvas_win.cc View 2 chunks +2 lines, -2 lines 0 comments Download
M skia/ext/platform_device.h View 2 chunks +2 lines, -2 lines 0 comments Download
M skia/ext/platform_device_linux.h View 2 chunks +2 lines, -2 lines 0 comments Download
M skia/ext/platform_device_linux.cc View 1 chunk +2 lines, -2 lines 0 comments Download
M skia/ext/platform_device_mac.h View 2 chunks +2 lines, -2 lines 0 comments Download
M skia/ext/platform_device_mac.cc View 2 chunks +5 lines, -2 lines 0 comments Download
M skia/ext/platform_device_win.h View 2 chunks +2 lines, -2 lines 0 comments Download
M skia/ext/platform_device_win.cc View 2 chunks +2 lines, -5 lines 0 comments Download
M skia/ext/vector_canvas.h View 2 chunks +5 lines, -5 lines 0 comments Download
M skia/ext/vector_canvas.cc View 2 chunks +2 lines, -2 lines 0 comments Download
M skia/ext/vector_canvas_unittest.cc View 9 chunks +14 lines, -11 lines 0 comments Download
M skia/ext/vector_device.h View 2 chunks +2 lines, -2 lines 0 comments Download
M skia/ext/vector_device.cc View 2 chunks +2 lines, -5 lines 0 comments Download
M webkit/glue/webframe.h View 2 chunks +2 lines, -2 lines 0 comments Download
M webkit/glue/webframe_impl.h View 3 chunks +3 lines, -3 lines 0 comments Download
M webkit/glue/webframe_impl.cc View 5 chunks +7 lines, -7 lines 0 comments Download
M webkit/glue/webview_impl.h View 1 chunk +1 line, -1 line 0 comments Download
M webkit/glue/webview_impl.cc View 1 chunk +1 line, -1 line 0 comments Download
M webkit/glue/webwidget.h View 1 chunk +1 line, -1 line 0 comments Download
M webkit/glue/webwidget_impl.h View 1 chunk +1 line, -1 line 0 comments Download
M webkit/glue/webwidget_impl.cc View 1 chunk +1 line, -1 line 0 comments Download
M webkit/port/platform/chromium/ScrollbarThemeChromiumWin.cpp View 3 chunks +3 lines, -3 lines 0 comments Download
M webkit/port/platform/graphics/chromium/ImageBufferData.h View 1 chunk +1 line, -1 line 0 comments Download
M webkit/port/platform/graphics/skia/ImageSkia.cpp View 1 chunk +1 line, -1 line 0 comments Download
M webkit/port/platform/graphics/skia/PlatformContextSkia.h View 4 chunks +5 lines, -5 lines 0 comments Download
M webkit/port/platform/graphics/skia/PlatformContextSkia.cpp View 2 chunks +2 lines, -2 lines 0 comments Download
M webkit/port/rendering/RenderThemeWin.cpp View 3 chunks +3 lines, -3 lines 0 comments Download
M webkit/tools/test_shell/mac/webwidget_host.mm View 1 chunk +1 line, -1 line 0 comments Download
M webkit/tools/test_shell/test_shell.cc View 1 chunk +1 line, -1 line 0 comments Download
M webkit/tools/test_shell/webwidget_host.h View 1 chunk +1 line, -1 line 0 comments Download
M webkit/tools/test_shell/webwidget_host_gtk.cc View 2 chunks +4 lines, -4 lines 0 comments Download
M webkit/tools/test_shell/webwidget_host_win.cc View 2 chunks +2 lines, -2 lines 0 comments Download

Messages

Total messages: 2 (0 generated)
brettw
12 years ago (2008-12-16 21:56:40 UTC) #1
dglazkov
12 years ago (2008-12-16 22:37:11 UTC) #2
LGTM.

Powered by Google App Engine
This is Rietveld 408576698