OLD | NEW |
1 | 1 |
2 // Copyright (c) 2009 The Chromium Authors. All rights reserved. | 2 // Copyright (c) 2009 The Chromium Authors. All rights reserved. |
3 // Use of this source code is governed by a BSD-style license that can be | 3 // Use of this source code is governed by a BSD-style license that can be |
4 // found in the LICENSE file. | 4 // found in the LICENSE file. |
5 | 5 |
6 #ifndef SKIA_EXT_CANVAS_PAINT_LINUX_H_ | 6 #ifndef SKIA_EXT_CANVAS_PAINT_LINUX_H_ |
7 #define SKIA_EXT_CANVAS_PAINT_LINUX_H_ | 7 #define SKIA_EXT_CANVAS_PAINT_LINUX_H_ |
8 | 8 |
9 #include "skia/ext/platform_canvas.h" | 9 #include "skia/ext/platform_canvas.h" |
10 | 10 |
(...skipping 81 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
92 // Disallow copy and assign. | 92 // Disallow copy and assign. |
93 CanvasPaintT(const CanvasPaintT&); | 93 CanvasPaintT(const CanvasPaintT&); |
94 CanvasPaintT& operator=(const CanvasPaintT&); | 94 CanvasPaintT& operator=(const CanvasPaintT&); |
95 }; | 95 }; |
96 | 96 |
97 typedef CanvasPaintT<PlatformCanvas> PlatformCanvasPaint; | 97 typedef CanvasPaintT<PlatformCanvas> PlatformCanvasPaint; |
98 | 98 |
99 } // namespace skia | 99 } // namespace skia |
100 | 100 |
101 #endif // SKIA_EXT_CANVAS_PAINT_LINUX_H_ | 101 #endif // SKIA_EXT_CANVAS_PAINT_LINUX_H_ |
OLD | NEW |