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

Issue 7019013: Removal of dependencies on PlatformDevice classes. (Closed)

Created:
9 years, 7 months ago by Jeff Timanus
Modified:
9 years, 7 months ago
CC:
chromium-reviews, hclam+watch_chromium.org, sjl, ddorwin+watch_chromium.org, fischman+watch_chromium.org, brettw-cc_chromium.org, jam, acolwell GONE FROM CHROMIUM, annacc, darin-cc_chromium.org, ajwong+watch_chromium.org, vrk (LEFT CHROMIUM), pam+watch_chromium.org, scherkus (not reviewing), Avi (use Gerrit), Erik does not do reviews, Paweł Hajdan Jr., joi+watch-content_chromium.org, Aaron Boodman
Visibility:
Public.

Description

This change implements a first pass in the effort to remove the dependency of PlatformDevice within Chrome. The Skia library now provides multiple back-ends for the SkDevice class, so PlatformDevice's inheritance of SkDevice, and the assumption of instances of PlatformDevice limits the use of these new back-ends. A new set of helper functions is provided for the PlatformDevice entry points. Upon construction of a PlatformDevice, a pointer to the interface is cached in the parent SkDevice's SkMetaData. The new helper functions forward calls to the interface cached in the metadata. BUG=NONE TEST=NONE Committed: http://src.chromium.org/viewvc/chrome?view=rev&revision=86625 Reverted: http://src.chromium.org/viewvc/chrome?view=rev&revision=86625 Committed: http://src.chromium.org/viewvc/chrome?view=rev&revision=86823

Patch Set 1 #

Patch Set 2 : Linux Changes. #

Patch Set 3 : Addition of mac changes. #

Patch Set 4 : '' #

Patch Set 5 : Correct IsVectorial. #

Patch Set 6 : Simple lint-error clean-up. #

Patch Set 7 : Remove unnecessary headers. #

Total comments: 12

Patch Set 8 : Addressing comments. #

Total comments: 15

Patch Set 9 : '' #

Patch Set 10 : Addressing comments. #

Patch Set 11 : '' #

Patch Set 12 : Correct renamed widget_win.cc #

Patch Set 13 : Fix Linux/Mac compiles. #

Total comments: 4

Patch Set 14 : Add ScopedPlatformPaint class. #

Total comments: 2

Patch Set 15 : Correct compile errors. #

Patch Set 16 : Remove PlatformCanvas::getTopDevice. #

Total comments: 1

Patch Set 17 : Fix windows test, PluginTest.DeleteFrameDuringEvent. #

Patch Set 18 : Fix ScopedPlatformPaint comment. #

Patch Set 19 : Addition of SK_API exports on GetTopDevice. #

Patch Set 20 : Syncing merge conflicts. #

Unified diffs Side-by-side diffs Delta from patch set Stats (+562 lines, -433 lines) Patch
M chrome/browser/aeropeek_manager.cc View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 1 chunk +1 line, -1 line 0 comments Download
M chrome/browser/extensions/extension_tabs_module.cc View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 1 chunk +1 line, -1 line 0 comments Download
M chrome/browser/renderer_host/render_widget_host_view_win.cc View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 2 chunks +17 lines, -15 lines 0 comments Download
M chrome/browser/tab_contents/thumbnail_generator.cc View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 2 chunks +1 line, -2 lines 0 comments Download
M chrome/browser/tab_contents/thumbnail_generator_unittest.cc View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 7 chunks +8 lines, -8 lines 0 comments Download
M chrome/browser/ui/gtk/tabs/tab_renderer_gtk.cc View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 1 chunk +2 lines, -1 line 0 comments Download
M chrome/browser/ui/views/omnibox/omnibox_view_win.cc View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 1 chunk +1 line, -1 line 0 comments Download
M chrome/browser/ui/views/tabs/dragged_tab_view.cc View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 1 chunk +1 line, -1 line 0 comments Download
M chrome/browser/ui/views/tabs/native_view_photobooth_win.cc View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 1 chunk +3 lines, -3 lines 0 comments Download
M chrome/browser/ui/views/theme_helpers.cc View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 3 chunks +8 lines, -8 lines 0 comments Download
M chrome/renderer/chrome_render_view_observer.cc View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 4 chunks +5 lines, -8 lines 0 comments Download
M chrome/renderer/print_web_view_helper_linux.cc View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 1 chunk +1 line, -1 line 0 comments Download
M chrome/renderer/print_web_view_helper_win.cc View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 3 chunks +3 lines, -3 lines 0 comments Download
M chrome/renderer/safe_browsing/phishing_thumbnailer.cc View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 2 chunks +2 lines, -4 lines 0 comments Download
M content/browser/renderer_host/backing_store_mac.mm View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 1 chunk +2 lines, -2 lines 0 comments Download
M content/browser/renderer_host/backing_store_skia.cc View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 2 chunks +2 lines, -2 lines 0 comments Download
M content/browser/renderer_host/backing_store_win.cc View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 1 chunk +2 lines, -2 lines 0 comments Download
M content/browser/renderer_host/backing_store_x.cc View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 1 chunk +1 line, -1 line 0 comments Download
M content/plugin/webplugin_proxy.cc View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 1 chunk +1 line, -1 line 0 comments Download
M content/renderer/render_widget.cc View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 1 chunk +1 line, -1 line 0 comments Download
M content/renderer/webplugin_delegate_proxy.cc View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 4 chunks +11 lines, -10 lines 0 comments Download
M ppapi/proxy/ppb_image_data_proxy.cc View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 1 chunk +1 line, -1 line 0 comments Download
M printing/emf_win.h View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 1 chunk +1 line, -1 line 0 comments Download
M printing/emf_win.cc View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 1 chunk +1 line, -1 line 0 comments Download
M printing/image_win.cc View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 1 chunk +1 line, -1 line 0 comments Download
M printing/metafile.h View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 2 chunks +2 lines, -4 lines 0 comments Download
M printing/pdf_metafile_cairo_linux.h View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 1 chunk +2 lines, -1 line 0 comments Download
M printing/pdf_metafile_cairo_linux.cc View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 1 chunk +1 line, -1 line 0 comments Download
M printing/pdf_metafile_cg_mac.h View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 1 chunk +1 line, -1 line 0 comments Download
M printing/pdf_metafile_cg_mac.cc View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 1 chunk +1 line, -1 line 0 comments Download
M printing/pdf_metafile_skia.h View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 1 chunk +2 lines, -1 line 0 comments Download
M printing/pdf_metafile_skia.cc View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 1 chunk +1 line, -1 line 0 comments Download
M printing/printed_document_win.cc View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 1 chunk +1 line, -1 line 0 comments Download
M printing/printing_context_win.cc View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 2 chunks +2 lines, -2 lines 0 comments Download
M skia/ext/bitmap_platform_device.cc View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 1 chunk +1 line, -1 line 0 comments Download
M skia/ext/bitmap_platform_device_linux.h View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 1 chunk +1 line, -1 line 0 comments Download
M skia/ext/bitmap_platform_device_mac.h View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 1 chunk +7 lines, -9 lines 0 comments Download
M skia/ext/bitmap_platform_device_mac.cc View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 2 chunks +2 lines, -10 lines 0 comments Download
M skia/ext/bitmap_platform_device_win.h View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 1 chunk +5 lines, -8 lines 0 comments Download
M skia/ext/bitmap_platform_device_win.cc View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 2 chunks +2 lines, -10 lines 0 comments Download
M skia/ext/canvas_paint_linux.h View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 1 chunk +1 line, -1 line 0 comments Download
M skia/ext/canvas_paint_mac.h View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 1 chunk +1 line, -1 line 0 comments Download
M skia/ext/canvas_paint_win.h View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 1 chunk +2 lines, -3 lines 0 comments Download
M skia/ext/platform_canvas.h View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 3 chunks +47 lines, -29 lines 0 comments Download
M skia/ext/platform_canvas.cc View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 3 chunks +20 lines, -18 lines 0 comments Download
M skia/ext/platform_canvas_linux.cc View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 2 chunks +2 lines, -10 lines 0 comments Download
M skia/ext/platform_canvas_mac.cc View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 2 chunks +1 line, -9 lines 0 comments Download
M skia/ext/platform_canvas_unittest.cc View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 13 chunks +18 lines, -26 lines 0 comments Download
M skia/ext/platform_canvas_win.cc View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 1 chunk +0 lines, -8 lines 0 comments Download
M skia/ext/platform_device.h View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 1 chunk +75 lines, -0 lines 0 comments Download
A skia/ext/platform_device.cc View 1 2 3 4 5 6 7 8 1 chunk +74 lines, -0 lines 0 comments Download
M skia/ext/platform_device_linux.h View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 2 chunks +7 lines, -2 lines 0 comments Download
M skia/ext/platform_device_linux.cc View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 2 chunks +8 lines, -1 line 0 comments Download
M skia/ext/platform_device_mac.h View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 2 chunks +9 lines, -2 lines 0 comments Download
M skia/ext/platform_device_mac.cc View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 2 chunks +8 lines, -18 lines 0 comments Download
M skia/ext/platform_device_win.h View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 3 chunks +6 lines, -5 lines 0 comments Download
M skia/ext/platform_device_win.cc View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 3 chunks +12 lines, -12 lines 0 comments Download
M skia/ext/skia_utils_mac.mm View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 1 chunk +2 lines, -2 lines 0 comments Download
M skia/ext/vector_canvas.h View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 2 chunks +3 lines, -3 lines 0 comments Download
M skia/ext/vector_canvas.cc View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 2 chunks +3 lines, -2 lines 0 comments Download
M skia/ext/vector_canvas_unittest.cc View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 5 chunks +6 lines, -6 lines 0 comments Download
M skia/ext/vector_platform_device_emf_win.h View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 1 chunk +1 line, -1 line 0 comments Download
M skia/ext/vector_platform_device_emf_win.cc View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 1 chunk +2 lines, -2 lines 0 comments Download
M skia/ext/vector_platform_device_skia.h View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 1 chunk +1 line, -1 line 0 comments Download
M skia/ext/vector_platform_device_skia.cc View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 1 chunk +4 lines, -4 lines 0 comments Download
M skia/skia.gyp View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 1 chunk +2 lines, -1 line 0 comments Download
M ui/base/clipboard/clipboard_linux.cc View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 1 chunk +2 lines, -2 lines 0 comments Download
M ui/base/clipboard/clipboard_mac.mm View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 2 chunks +2 lines, -2 lines 0 comments Download
M ui/base/clipboard/clipboard_win.cc View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 1 chunk +2 lines, -2 lines 0 comments Download
M ui/gfx/blit.cc View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 5 chunks +12 lines, -13 lines 0 comments Download
M ui/gfx/blit_unittest.cc View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 2 chunks +2 lines, -2 lines 0 comments Download
M ui/gfx/canvas_skia.cc View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 1 chunk +2 lines, -2 lines 0 comments Download
M ui/gfx/canvas_skia_linux.cc View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 4 chunks +28 lines, -24 lines 0 comments Download
M ui/gfx/canvas_skia_mac.mm View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 2 chunks +2 lines, -2 lines 0 comments Download
M ui/gfx/canvas_skia_win.cc View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 8 chunks +37 lines, -31 lines 0 comments Download
M ui/gfx/native_theme_win.cc View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 2 chunks +2 lines, -3 lines 0 comments Download
M views/controls/menu/menu_win.cc View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 1 chunk +4 lines, -3 lines 0 comments Download
M views/controls/menu/native_menu_win.cc View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 2 chunks +3 lines, -3 lines 0 comments Download
M views/controls/table/native_table_win.cc View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 1 chunk +3 lines, -4 lines 0 comments Download
M views/controls/table/table_view.cc View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 2 chunks +4 lines, -5 lines 0 comments Download
M views/controls/tree/tree_view.cc View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 2 chunks +2 lines, -2 lines 0 comments Download
M views/widget/native_widget_win.cc View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 1 chunk +2 lines, -2 lines 0 comments Download
M webkit/glue/webkit_glue.cc View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 1 chunk +1 line, -1 line 0 comments Download
M webkit/glue/webmediaplayer_impl.cc View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 1 chunk +2 lines, -2 lines 0 comments Download
M webkit/plugins/npapi/webplugin_delegate_impl_gtk.cc View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 1 chunk +2 lines, -2 lines 0 comments Download
M webkit/plugins/npapi/webplugin_delegate_impl_win.cc View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 1 chunk +2 lines, -2 lines 0 comments Download
M webkit/plugins/ppapi/ppapi_plugin_instance.cc View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 2 chunks +2 lines, -2 lines 0 comments Download
M webkit/plugins/ppapi/ppb_image_data_impl.cc View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 2 chunks +2 lines, -2 lines 0 comments Download
M webkit/plugins/ppapi/ppb_pdf_impl.cc View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 1 chunk +1 line, -1 line 0 comments Download
M webkit/plugins/ppapi/ppb_scrollbar_impl.cc View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 1 chunk +2 lines, -2 lines 0 comments Download
M webkit/plugins/sad_plugin.cc View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 1 chunk +3 lines, -2 lines 0 comments Download
M webkit/tools/test_shell/mac/webwidget_host.mm View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 2 chunks +3 lines, -3 lines 0 comments Download
M webkit/tools/test_shell/test_shell_webthemecontrol.cc View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 5 chunks +3 lines, -6 lines 0 comments Download
M webkit/tools/test_shell/webwidget_host_gtk.cc View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 1 chunk +2 lines, -1 line 0 comments Download
M webkit/tools/test_shell/webwidget_host_win.cc View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 2 chunks +4 lines, -6 lines 0 comments Download

Messages

Total messages: 29 (0 generated)
Jeff Timanus
Hi Alok, Here's the CL that we've been discussing. I'm still ironing out some try-bot ...
9 years, 7 months ago (2011-05-18 01:53:51 UTC) #1
alokp
A couple of minor questions. http://codereview.chromium.org/7019013/diff/1223/chrome/browser/renderer_host/render_widget_host_view_win.cc File chrome/browser/renderer_host/render_widget_host_view_win.cc (right): http://codereview.chromium.org/7019013/diff/1223/chrome/browser/renderer_host/render_widget_host_view_win.cc#newcode184 chrome/browser/renderer_host/render_widget_host_view_win.cc:184: skia::platform_util::DrawToHDC(&canvas.getTopDevice(), paint_dc, Could we ...
9 years, 7 months ago (2011-05-18 03:25:42 UTC) #2
Jeff Timanus
Thanks for your review, Alok. Mike, can you comment on Alok's suggestion to replace PlatformCanvas::getTopPlatformDevice ...
9 years, 7 months ago (2011-05-18 22:10:27 UTC) #3
alokp
looking much better http://codereview.chromium.org/7019013/diff/8001/chrome/browser/ui/views/tabs/native_view_photobooth_win.cc File chrome/browser/ui/views/tabs/native_view_photobooth_win.cc (right): http://codereview.chromium.org/7019013/diff/8001/chrome/browser/ui/views/tabs/native_view_photobooth_win.cc#newcode114 chrome/browser/ui/views/tabs/native_view_photobooth_win.cc:114: &canvas->AsCanvasSkia()->getTopDevice(), could skia::MakeOpaque take canvas argument ...
9 years, 7 months ago (2011-05-19 18:15:15 UTC) #4
Jeff Timanus
Thanks again for your review. Addressed your comments. Please take another look. http://codereview.chromium.org/7019013/diff/8001/chrome/browser/ui/views/tabs/native_view_photobooth_win.cc File chrome/browser/ui/views/tabs/native_view_photobooth_win.cc ...
9 years, 7 months ago (2011-05-19 20:38:28 UTC) #5
alokp
lgtm You would need approval from various OWNERS and of course reed@. http://codereview.chromium.org/7019013/diff/8001/skia/ext/platform_device.cc File skia/ext/platform_device.cc ...
9 years, 7 months ago (2011-05-19 21:52:27 UTC) #6
Jeff Timanus
+OWNERS reviewers Please take a look. Lots of small changes, but no expected change in ...
9 years, 7 months ago (2011-05-19 22:03:54 UTC) #7
Jeff Timanus
+jamesr, tony, -jhawkins
9 years, 7 months ago (2011-05-19 22:06:25 UTC) #8
jamesr
I took a look at the */renderer/* and webkit/* changes and they seem fine, although ...
9 years, 7 months ago (2011-05-19 22:20:51 UTC) #9
jam
content lgtm
9 years, 7 months ago (2011-05-19 22:58:48 UTC) #10
reed1
PlatformCanvas has SkDevice& getTopDevice() const; SkCanvas has SkDevice* getTopDevice() const; If you think you need ...
9 years, 7 months ago (2011-05-20 14:22:38 UTC) #11
alokp
On 2011/05/20 14:22:38, reed1 wrote: > PlatformCanvas has > > SkDevice& getTopDevice() const; > > ...
9 years, 7 months ago (2011-05-20 15:31:46 UTC) #12
reed1
That at least would remove the shadowing.
9 years, 7 months ago (2011-05-20 15:33:36 UTC) #13
Jeff Timanus
Thanks for your review, James. I added a new class, skia::ScopedPlatformPaint to provide the auto-begin-end ...
9 years, 7 months ago (2011-05-24 16:50:28 UTC) #14
Jeff Timanus
On 2011/05/20 15:33:36, reed1 wrote: > That at least would remove the shadowing. Patch 16 ...
9 years, 7 months ago (2011-05-24 17:57:48 UTC) #15
alokp
lgtm http://codereview.chromium.org/7019013/diff/24012/skia/ext/platform_canvas.h File skia/ext/platform_canvas.h (right): http://codereview.chromium.org/7019013/diff/24012/skia/ext/platform_canvas.h#newcode106 skia/ext/platform_canvas.h:106: SkDevice* GetTopDevice(const SkCanvas* canvas); nit: per style guide, ...
9 years, 7 months ago (2011-05-24 19:24:51 UTC) #16
Jeff Timanus
+ More Owners: Could the OWNERS please review their respective files in this CL. I've ...
9 years, 7 months ago (2011-05-24 21:54:17 UTC) #17
jamesr
LGTM for content/renderer Could you send tryjobs on the latest version of the patch just ...
9 years, 7 months ago (2011-05-24 21:57:10 UTC) #18
sky
LGTM
9 years, 7 months ago (2011-05-24 22:08:51 UTC) #19
brettw
Can you comment on the higher level of this patch? You've removed the class and ...
9 years, 7 months ago (2011-05-24 22:53:52 UTC) #20
Jeff Timanus
On 2011/05/24 22:53:52, brettw wrote: > Can you comment on the higher level of this ...
9 years, 7 months ago (2011-05-24 23:03:45 UTC) #21
brettw
It seems you might always want to go to the OS to render directly, for ...
9 years, 7 months ago (2011-05-24 23:09:29 UTC) #22
Jeff Timanus
On 2011/05/24 23:09:29, brettw wrote: > It seems you might always want to go to ...
9 years, 7 months ago (2011-05-24 23:33:40 UTC) #23
Avi (use Gerrit)
content/browser LGTM; you might still need an owner higher-up.
9 years, 7 months ago (2011-05-25 02:24:17 UTC) #24
alokp
On 2011/05/24 23:09:29, brettw wrote: > It seems you might always want to go to ...
9 years, 7 months ago (2011-05-25 04:46:34 UTC) #25
Jeff Timanus
On 2011/05/24 21:57:10, jamesr wrote: > LGTM for content/renderer > > Could you send tryjobs ...
9 years, 7 months ago (2011-05-25 14:38:37 UTC) #26
brettw
chrome/browser/tab_contents LGTM, I'll let the Skia folks worry about the direction of the device stuff ...
9 years, 7 months ago (2011-05-25 15:49:43 UTC) #27
tony
webkit/tools/test_shell LGTM
9 years, 7 months ago (2011-05-25 16:03:45 UTC) #28
vandebo (ex-Chrome)
9 years, 7 months ago (2011-05-25 18:42:41 UTC) #29
SK_API changes LGTM

Powered by Google App Engine
This is Rietveld 408576698