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

Issue 6691067: Fixed a few styles issues in skia::PlatformDevice. Made function names consistent. Added Begin/En... (Closed)

Created:
9 years, 8 months ago by alokp
Modified:
9 years, 6 months ago
CC:
chromium-reviews, pam+watch_chromium.org, jam, darin-cc_chromium.org, Vangelis Kokkevis
Visibility:
Public.

Description

Fixed a few styles issues in skia::PlatformDevice. Made function names consistent. Added Begin/EndPlatformPaint on Mac. Committed: http://src.chromium.org/viewvc/chrome?view=rev&revision=80707

Patch Set 1 #

Patch Set 2 : '' #

Total comments: 6

Patch Set 3 : '' #

Unified diffs Side-by-side diffs Delta from patch set Stats (+60 lines, -40 lines) Patch
M content/renderer/webplugin_delegate_proxy.cc View 1 chunk +1 line, -1 line 0 comments Download
M skia/ext/bitmap_platform_device_linux.h View 1 chunk +1 line, -1 line 0 comments Download
M skia/ext/bitmap_platform_device_linux.cc View 1 chunk +1 line, -1 line 0 comments Download
M skia/ext/bitmap_platform_device_win.h View 1 1 chunk +1 line, -1 line 0 comments Download
M skia/ext/bitmap_platform_device_win.cc View 3 chunks +3 lines, -3 lines 0 comments Download
M skia/ext/canvas_paint_linux.h View 1 chunk +1 line, -1 line 0 comments Download
M skia/ext/platform_canvas_linux.cc View 1 2 1 chunk +2 lines, -2 lines 0 comments Download
M skia/ext/platform_canvas_mac.cc View 1 1 chunk +2 lines, -2 lines 0 comments Download
M skia/ext/platform_canvas_win.cc View 1 chunk +2 lines, -4 lines 0 comments Download
M skia/ext/platform_device_linux.h View 1 chunk +2 lines, -1 line 0 comments Download
M skia/ext/platform_device_linux.cc View 1 chunk +5 lines, -1 line 0 comments Download
M skia/ext/platform_device_mac.h View 1 chunk +3 lines, -0 lines 0 comments Download
M skia/ext/platform_device_mac.cc View 1 chunk +8 lines, -0 lines 0 comments Download
M skia/ext/platform_device_win.h View 1 1 chunk +2 lines, -2 lines 0 comments Download
M skia/ext/platform_device_win.cc View 1 chunk +5 lines, -0 lines 0 comments Download
M skia/ext/vector_platform_device_cairo_linux.h View 1 2 1 chunk +1 line, -1 line 0 comments Download
M skia/ext/vector_platform_device_cairo_linux.cc View 1 chunk +1 line, -1 line 0 comments Download
M skia/ext/vector_platform_device_emf_win.h View 1 1 chunk +1 line, -3 lines 0 comments Download
M skia/ext/vector_platform_device_emf_win.cc View 6 chunks +9 lines, -6 lines 0 comments Download
M webkit/plugins/ppapi/ppapi_plugin_instance.cc View 2 chunks +9 lines, -9 lines 0 comments Download

Messages

Total messages: 8 (0 generated)
alokp
Split off from http://codereview.chromium.org/6783023 to make it manageable.
9 years, 8 months ago (2011-04-05 19:46:47 UTC) #1
vandebo (ex-Chrome)
http://codereview.chromium.org/6691067/diff/1024/skia/ext/platform_device_mac.h File skia/ext/platform_device_mac.h (right): http://codereview.chromium.org/6691067/diff/1024/skia/ext/platform_device_mac.h#newcode31 skia/ext/platform_device_mac.h:31: virtual CGContextRef GetBitmapContext() = 0; Is there a reason ...
9 years, 8 months ago (2011-04-05 20:38:49 UTC) #2
alokp
http://codereview.chromium.org/6691067/diff/1024/skia/ext/platform_device_mac.h File skia/ext/platform_device_mac.h (right): http://codereview.chromium.org/6691067/diff/1024/skia/ext/platform_device_mac.h#newcode31 skia/ext/platform_device_mac.h:31: virtual CGContextRef GetBitmapContext() = 0; On 2011/04/05 20:38:49, vandebo ...
9 years, 8 months ago (2011-04-05 20:49:29 UTC) #3
vandebo (ex-Chrome)
Wouldn't hurt to see green try bots, but LGTM. http://codereview.chromium.org/6691067/diff/1024/skia/ext/platform_device_mac.h File skia/ext/platform_device_mac.h (right): http://codereview.chromium.org/6691067/diff/1024/skia/ext/platform_device_mac.h#newcode31 skia/ext/platform_device_mac.h:31: ...
9 years, 8 months ago (2011-04-05 20:59:09 UTC) #4
alokp
On 2011/04/05 20:59:09, vandebo wrote: > Wouldn't hurt to see green try bots, but LGTM. ...
9 years, 8 months ago (2011-04-05 21:03:51 UTC) #5
vandebo (ex-Chrome)
you can try with the -r arg to specify a revision. On Tue, Apr 5, ...
9 years, 8 months ago (2011-04-05 21:04:50 UTC) #6
alokp
Adding OWNERS.
9 years, 8 months ago (2011-04-06 14:53:09 UTC) #7
darin (slow to review)
9 years, 8 months ago (2011-04-06 20:54:10 UTC) #8
LGTM

Powered by Google App Engine
This is Rietveld 408576698