diff options
author | thestig@chromium.org <thestig@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2009-07-08 17:39:27 +0000 |
---|---|---|
committer | thestig@chromium.org <thestig@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2009-07-08 17:39:27 +0000 |
commit | 8c7a4df50983b4bf2b5edc5946ddccb093baddbf (patch) | |
tree | d06700e03578d4184b7f7090edc66e0d2bff863b /app/gfx | |
parent | d0945c3264b3899f7c6675babe3678789e4847a6 (diff) | |
download | chromium_src-8c7a4df50983b4bf2b5edc5946ddccb093baddbf.zip chromium_src-8c7a4df50983b4bf2b5edc5946ddccb093baddbf.tar.gz chromium_src-8c7a4df50983b4bf2b5edc5946ddccb093baddbf.tar.bz2 |
Remove svn:executable property from files that don't need it.
TEST=none
BUG=none
Review URL: http://codereview.chromium.org/155199
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@20161 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'app/gfx')
-rw-r--r--[-rwxr-xr-x] | app/gfx/canvas.h | 0 | ||||
-rw-r--r--[-rwxr-xr-x] | app/gfx/canvas_linux.cc | 0 | ||||
-rw-r--r--[-rwxr-xr-x] | app/gfx/canvas_paint.h | 44 |
3 files changed, 22 insertions, 22 deletions
diff --git a/app/gfx/canvas.h b/app/gfx/canvas.h index 4b5f575..4b5f575 100755..100644 --- a/app/gfx/canvas.h +++ b/app/gfx/canvas.h diff --git a/app/gfx/canvas_linux.cc b/app/gfx/canvas_linux.cc index 7e561c6..7e561c6 100755..100644 --- a/app/gfx/canvas_linux.cc +++ b/app/gfx/canvas_linux.cc diff --git a/app/gfx/canvas_paint.h b/app/gfx/canvas_paint.h index 0b3c2a7..d3a71f8 100755..100644 --- a/app/gfx/canvas_paint.h +++ b/app/gfx/canvas_paint.h @@ -1,22 +1,22 @@ -// Copyright (c) 2009 The Chromium Authors. All rights reserved.
-// Use of this source code is governed by a BSD-style license that can be
-// found in the LICENSE file.
-
-#ifndef APP_GFX_CANVAS_PAINT_H_
-#define APP_GFX_CANVAS_PAINT_H_
-
-#include "app/gfx/canvas.h"
-#include "skia/ext/canvas_paint.h"
-
-// Define a skia::CanvasPaint type that wraps our gfx::Canvas like the
-// skia::PlatformCanvasPaint wraps PlatformCanvas.
-
-namespace gfx {
-
-#if defined(OS_WIN) || defined(OS_LINUX)
-typedef skia::CanvasPaintT<Canvas> CanvasPaint;
-#endif
-
-} // namespace gfx
-
-#endif // APP_GFX_CANVAS_PAINT_H_
+// Copyright (c) 2009 The Chromium Authors. All rights reserved. +// Use of this source code is governed by a BSD-style license that can be +// found in the LICENSE file. + +#ifndef APP_GFX_CANVAS_PAINT_H_ +#define APP_GFX_CANVAS_PAINT_H_ + +#include "app/gfx/canvas.h" +#include "skia/ext/canvas_paint.h" + +// Define a skia::CanvasPaint type that wraps our gfx::Canvas like the +// skia::PlatformCanvasPaint wraps PlatformCanvas. + +namespace gfx { + +#if defined(OS_WIN) || defined(OS_LINUX) +typedef skia::CanvasPaintT<Canvas> CanvasPaint; +#endif + +} // namespace gfx + +#endif // APP_GFX_CANVAS_PAINT_H_ |