Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(171)

Unified Diff: webkit/port/platform/graphics/skia/ImageSkia.cpp

Issue 14110: Move the "platform" wrappers in skia/ext to the skia namespace. (Closed) Base URL: svn://chrome-svn/chrome/trunk/src/
Patch Set: Created 12 years ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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(),
« no previous file with comments | « webkit/port/platform/graphics/chromium/ImageBufferData.h ('k') | webkit/port/platform/graphics/skia/PlatformContextSkia.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698