Chromium Code Reviews| Index: app/gfx/canvas.h |
| diff --git a/app/gfx/canvas.h b/app/gfx/canvas.h |
| old mode 100644 |
| new mode 100755 |
| index e1d20b8064e64f8c39698dc2c44fa60d327ac68e..0fe258a154a90535973fb467601d9bee977912ce |
| --- a/app/gfx/canvas.h |
| +++ b/app/gfx/canvas.h |
| @@ -208,10 +208,6 @@ class Canvas : public skia::PlatformCanvas { |
| DISALLOW_COPY_AND_ASSIGN(Canvas); |
| }; |
| -#if defined(OS_WIN) || defined(OS_LINUX) |
| -typedef skia::CanvasPaintT<Canvas> CanvasPaint; |
| -#endif |
| - |
| } // namespace gfx; |
| #endif // #ifndef APP_GFX_CANVAS_H_ |