| Index: webkit/port/platform/graphics/skia/ImageSkia.cpp
|
| ===================================================================
|
| --- webkit/port/platform/graphics/skia/ImageSkia.cpp (revision 6968)
|
| +++ webkit/port/platform/graphics/skia/ImageSkia.cpp (working copy)
|
| @@ -244,7 +244,7 @@
|
| SkPaint paint;
|
| paint.setPorterDuffXfermode(compOp);
|
|
|
| - gfx::PlatformCanvas* canvas = platformContext->canvas();
|
| + skia::PlatformCanvas* canvas = platformContext->canvas();
|
|
|
| ResamplingMode resampling = platformContext->IsPrinting() ? RESAMPLE_NONE :
|
| computeResamplingMode(bitmap, srcRect.width(), srcRect.height(),
|
|
|