diff options
author | deanm@chromium.org <deanm@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2009-03-10 13:39:31 +0000 |
---|---|---|
committer | deanm@chromium.org <deanm@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2009-03-10 13:39:31 +0000 |
commit | 7afa9c92e0176b35a01fc28acbe7ca110a0d8871 (patch) | |
tree | 96bd357b7388e7b3b1a975b97fbb1383dac50872 /base/gfx | |
parent | 094b8746f56ffbb937f16d2d11caa6ab61b52342 (diff) | |
download | chromium_src-7afa9c92e0176b35a01fc28acbe7ca110a0d8871.zip chromium_src-7afa9c92e0176b35a01fc28acbe7ca110a0d8871.tar.gz chromium_src-7afa9c92e0176b35a01fc28acbe7ca110a0d8871.tar.bz2 |
NO CODE CHANGE
Normalize end of file newlines in base/. All files end in a single newline.
Review URL: http://codereview.chromium.org/42011
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@11329 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'base/gfx')
-rw-r--r-- | base/gfx/gdi_util.cc | 1 | ||||
-rw-r--r-- | base/gfx/jpeg_codec.cc | 1 | ||||
-rw-r--r-- | base/gfx/jpeg_codec.h | 1 | ||||
-rw-r--r-- | base/gfx/native_theme.cc | 1 | ||||
-rw-r--r-- | base/gfx/native_theme.h | 1 | ||||
-rw-r--r-- | base/gfx/native_theme_unittest.cc | 1 | ||||
-rwxr-xr-x | base/gfx/platform_canvas_mac.h | 1 | ||||
-rwxr-xr-x | base/gfx/platform_device_mac.h | 1 | ||||
-rw-r--r-- | base/gfx/png_codec_unittest.cc | 1 | ||||
-rw-r--r-- | base/gfx/png_decoder.cc | 1 | ||||
-rwxr-xr-x | base/gfx/png_encoder.cc | 1 | ||||
-rwxr-xr-x | base/gfx/png_encoder.h | 1 | ||||
-rw-r--r-- | base/gfx/point.cc | 1 | ||||
-rw-r--r-- | base/gfx/point.h | 1 | ||||
-rwxr-xr-x | base/gfx/rect.h | 1 | ||||
-rw-r--r-- | base/gfx/rect_unittest.cc | 1 | ||||
-rw-r--r-- | base/gfx/size.cc | 1 | ||||
-rw-r--r-- | base/gfx/size.h | 1 |
18 files changed, 0 insertions, 18 deletions
diff --git a/base/gfx/gdi_util.cc b/base/gfx/gdi_util.cc index 48df853..152698f 100644 --- a/base/gfx/gdi_util.cc +++ b/base/gfx/gdi_util.cc @@ -77,4 +77,3 @@ void SubtractRectanglesFromRegion(HRGN hrgn, } } // namespace gfx - diff --git a/base/gfx/jpeg_codec.cc b/base/gfx/jpeg_codec.cc index 47055dc..d78ca8e 100644 --- a/base/gfx/jpeg_codec.cc +++ b/base/gfx/jpeg_codec.cc @@ -521,4 +521,3 @@ SkBitmap* JPEGCodec::Decode(const unsigned char* input, size_t input_size) { return bitmap; } - diff --git a/base/gfx/jpeg_codec.h b/base/gfx/jpeg_codec.h index 141c00e..3f0c4e0 100644 --- a/base/gfx/jpeg_codec.h +++ b/base/gfx/jpeg_codec.h @@ -57,4 +57,3 @@ class JPEGCodec { }; #endif // BASE_GFX_JPEG_CODEC_H_ - diff --git a/base/gfx/native_theme.cc b/base/gfx/native_theme.cc index ff852c5..3207d02 100644 --- a/base/gfx/native_theme.cc +++ b/base/gfx/native_theme.cc @@ -610,4 +610,3 @@ HANDLE NativeTheme::GetThemeHandle(ThemeName theme_name) const } } // namespace gfx - diff --git a/base/gfx/native_theme.h b/base/gfx/native_theme.h index 94b8848..9822187 100644 --- a/base/gfx/native_theme.h +++ b/base/gfx/native_theme.h @@ -286,4 +286,3 @@ class NativeTheme { } // namespace gfx #endif // BASE_GFX_NATIVE_THEME_H__ - diff --git a/base/gfx/native_theme_unittest.cc b/base/gfx/native_theme_unittest.cc index 7cfa4cc..257e031 100644 --- a/base/gfx/native_theme_unittest.cc +++ b/base/gfx/native_theme_unittest.cc @@ -9,4 +9,3 @@ TEST(NativeThemeTest, Init) { ASSERT_TRUE(gfx::NativeTheme::instance() != NULL); } - diff --git a/base/gfx/platform_canvas_mac.h b/base/gfx/platform_canvas_mac.h index def5fc7..ba01e73 100755 --- a/base/gfx/platform_canvas_mac.h +++ b/base/gfx/platform_canvas_mac.h @@ -10,4 +10,3 @@ #include "skia/ext/platform_canvas_mac.h" #endif // BASE_GFX_PLATFORM_CANVAS_MAC_H__ - diff --git a/base/gfx/platform_device_mac.h b/base/gfx/platform_device_mac.h index 4a1624c..9447f65 100755 --- a/base/gfx/platform_device_mac.h +++ b/base/gfx/platform_device_mac.h @@ -10,4 +10,3 @@ #include "skia/ext/platform_device_mac.h" #endif // BASE_GFX_PLATFORM_DEVICE_MAC_H__ - diff --git a/base/gfx/png_codec_unittest.cc b/base/gfx/png_codec_unittest.cc index 6b2b1ce..9184abe 100644 --- a/base/gfx/png_codec_unittest.cc +++ b/base/gfx/png_codec_unittest.cc @@ -200,4 +200,3 @@ TEST(PNGCodec, StripAddAlpha) { ASSERT_EQ(original_rgb.size(), decoded.size()); ASSERT_TRUE(original_rgb == decoded); } - diff --git a/base/gfx/png_decoder.cc b/base/gfx/png_decoder.cc index a6d9a26b..e730a62 100644 --- a/base/gfx/png_decoder.cc +++ b/base/gfx/png_decoder.cc @@ -352,4 +352,3 @@ SkBitmap* PNGDecoder::CreateSkBitmapFromBGRAFormat( bitmap->setIsOpaque(opaque); return bitmap; } - diff --git a/base/gfx/png_encoder.cc b/base/gfx/png_encoder.cc index 2130770..0513429 100755 --- a/base/gfx/png_encoder.cc +++ b/base/gfx/png_encoder.cc @@ -203,4 +203,3 @@ bool PNGEncoder::EncodeBGRASkBitmap(const SkBitmap& input, PNGEncoder::FORMAT_BGRA, input.width(), input.height(), input.rowBytes(), discard_transparency, output); } - diff --git a/base/gfx/png_encoder.h b/base/gfx/png_encoder.h index 90da8bb9..da4e897 100755 --- a/base/gfx/png_encoder.h +++ b/base/gfx/png_encoder.h @@ -66,4 +66,3 @@ class PNGEncoder { }; #endif // BASE_GFX_PNG_ENCODER_H_ - diff --git a/base/gfx/point.cc b/base/gfx/point.cc index 880ffcd..cbe687b 100644 --- a/base/gfx/point.cc +++ b/base/gfx/point.cc @@ -36,4 +36,3 @@ CGPoint Point::ToCGPoint() const { #endif } // namespace gfx - diff --git a/base/gfx/point.h b/base/gfx/point.h index 1dbf5bd..e930889 100644 --- a/base/gfx/point.h +++ b/base/gfx/point.h @@ -74,4 +74,3 @@ inline std::ostream& operator<<(std::ostream& out, const gfx::Point& p) { } #endif // BASE_GFX_POINT_H__ - diff --git a/base/gfx/rect.h b/base/gfx/rect.h index a1759f5..4428fec 100755 --- a/base/gfx/rect.h +++ b/base/gfx/rect.h @@ -162,4 +162,3 @@ inline std::ostream& operator<<(std::ostream& out, const gfx::Rect& r) { } #endif // BASE_GFX_RECT_H__ - diff --git a/base/gfx/rect_unittest.cc b/base/gfx/rect_unittest.cc index fdcf1c7..17e2554 100644 --- a/base/gfx/rect_unittest.cc +++ b/base/gfx/rect_unittest.cc @@ -268,4 +268,3 @@ TEST(RectTest, Subtract) { gfx::Rect(5, 5, 20, 30)).Equals( gfx::Rect(25, 10, 5, 20))); } - diff --git a/base/gfx/size.cc b/base/gfx/size.cc index 8b815c8..0264481 100644 --- a/base/gfx/size.cc +++ b/base/gfx/size.cc @@ -26,4 +26,3 @@ CGSize Size::ToCGSize() const { #endif } // namespace gfx - diff --git a/base/gfx/size.h b/base/gfx/size.h index e4666d6..f890a51 100644 --- a/base/gfx/size.h +++ b/base/gfx/size.h @@ -73,4 +73,3 @@ inline std::ostream& operator<<(std::ostream& out, const gfx::Size& s) { } #endif // BASE_GFX_SIZE_H__ - |