summaryrefslogtreecommitdiffstats
path: root/app
diff options
context:
space:
mode:
Diffstat (limited to 'app')
-rw-r--r--[-rwxr-xr-x]app/gfx/canvas.h0
-rw-r--r--[-rwxr-xr-x]app/gfx/canvas_linux.cc0
-rw-r--r--[-rwxr-xr-x]app/gfx/canvas_paint.h44
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_