diff options
author | thestig@chromium.org <thestig@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2009-01-30 00:34:11 +0000 |
---|---|---|
committer | thestig@chromium.org <thestig@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2009-01-30 00:34:11 +0000 |
commit | 0815731ac884b41853725e51e26b0697449747b4 (patch) | |
tree | 27a55633488026d5ddf3e4c960b61588e6a286e1 /skia/ext/platform_canvas_mac.h | |
parent | 8ac828c751bd8f55f40a66f8054d8a3e629be211 (diff) | |
download | chromium_src-0815731ac884b41853725e51e26b0697449747b4.zip chromium_src-0815731ac884b41853725e51e26b0697449747b4.tar.gz chromium_src-0815731ac884b41853725e51e26b0697449747b4.tar.bz2 |
Fix a bunch of lint complaints in preparation to land issue 19046. Mostly formatting changes, i.e. CRLF, space at end of line.
Review URL: http://codereview.chromium.org/19486
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@8933 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'skia/ext/platform_canvas_mac.h')
-rwxr-xr-x | skia/ext/platform_canvas_mac.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/skia/ext/platform_canvas_mac.h b/skia/ext/platform_canvas_mac.h index adcdb86..4f7f524 100755 --- a/skia/ext/platform_canvas_mac.h +++ b/skia/ext/platform_canvas_mac.h @@ -23,7 +23,8 @@ class PlatformCanvasMac : public SkCanvas { // If you use the version with no arguments, you MUST call initialize() PlatformCanvasMac(); PlatformCanvasMac(int width, int height, bool is_opaque); - PlatformCanvasMac(int width, int height, bool is_opaque, CGContextRef context); + PlatformCanvasMac(int width, int height, bool is_opaque, + CGContextRef context); virtual ~PlatformCanvasMac(); // For two-part init, call if you use the no-argument constructor above @@ -85,4 +86,3 @@ class PlatformCanvasMac : public SkCanvas { } // namespace skia #endif // SKIA_EXT_PLATFORM_CANVAS_MAC_H_ - |