| Index: skia/ext/platform_canvas_linux.cc
|
| ===================================================================
|
| --- skia/ext/platform_canvas_linux.cc (revision 6968)
|
| +++ skia/ext/platform_canvas_linux.cc (working copy)
|
| @@ -8,7 +8,7 @@
|
| #include "skia/ext/platform_device_linux.h"
|
| #include "skia/ext/bitmap_platform_device_linux.h"
|
|
|
| -namespace gfx {
|
| +namespace skia {
|
|
|
| PlatformCanvasLinux::PlatformCanvasLinux() : SkCanvas() {
|
| }
|
| @@ -52,4 +52,4 @@
|
| return BitmapPlatformDeviceLinux::Create(width, height, is_opaque);
|
| }
|
|
|
| -} // namespace gfx
|
| +} // namespace skia
|
|
|