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

Unified Diff: webkit/port/platform/graphics/chromium/ImageBufferData.h

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/chromium/ImageBufferData.h
===================================================================
--- webkit/port/platform/graphics/chromium/ImageBufferData.h (revision 6968)
+++ webkit/port/platform/graphics/chromium/ImageBufferData.h (working copy)
@@ -43,7 +43,7 @@
public:
ImageBufferData(const IntSize&);
- gfx::PlatformCanvas m_canvas;
+ skia::PlatformCanvas m_canvas;
// Must be second since this will refer to m_canvas.
PlatformContextSkia m_platformContext;
« no previous file with comments | « webkit/port/platform/chromium/ScrollbarThemeChromiumWin.cpp ('k') | webkit/port/platform/graphics/skia/ImageSkia.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698