forked from chromium/chromium
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
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
- Loading branch information
thestig@chromium.org
committed
Jul 8, 2009
1 parent
d0945c3
commit 8c7a4df
Showing
25 changed files
with
22 additions
and
22 deletions.
There are no files selected for viewing
Empty file.
Empty file.
Empty file.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -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_ |
Empty file.
Empty file.
Empty file.
Empty file.
Empty file.
Empty file.
Empty file.
Empty file.
Empty file.
Empty file modified
0
...t_tests/platform/chromium-win/LayoutTests/fast/frames/content-opacity-1-expected.checksum
100755 → 100644
Empty file.
Empty file modified
0
...ts/platform/chromium-win/LayoutTests/fast/frames/content-opacity-1-expected.png
100755 → 100644
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Empty file modified
0
...t_tests/platform/chromium-win/LayoutTests/fast/frames/content-opacity-2-expected.checksum
100755 → 100644
Empty file.
Empty file modified
0
...ts/platform/chromium-win/LayoutTests/fast/frames/content-opacity-2-expected.png
100755 → 100644
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Empty file modified
0
...platform/chromium-win/LayoutTests/svg/custom/no-inherited-dashed-stroke-expected.checksum
100755 → 100644
Empty file.
Empty file modified
0
...orm/chromium-win/LayoutTests/svg/custom/no-inherited-dashed-stroke-expected.png
100755 → 100644
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Empty file modified
0
...ests/platform/chromium-win/LayoutTests/svg/custom/no-inherited-dashed-stroke-expected.txt
100755 → 100644
Empty file.
Empty file modified
0
...um-win/LayoutTests/svg/transforms/animated-path-inside-transformed-html-expected.checksum
100755 → 100644
Empty file.
Empty file modified
0
...n/LayoutTests/svg/transforms/animated-path-inside-transformed-html-expected.png
100755 → 100644
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Empty file modified
0
...in/LayoutTests/svg/transforms/text-with-pattern-inside-transformed-html-expected.checksum
100755 → 100644
Empty file.
Empty file modified
0
...youtTests/svg/transforms/text-with-pattern-inside-transformed-html-expected.png
100755 → 100644
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Empty file.