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

Unified Diff: webkit/glue/webframe.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
« no previous file with comments | « skia/ext/vector_device.cc ('k') | webkit/glue/webframe_impl.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: webkit/glue/webframe.h
===================================================================
--- webkit/glue/webframe.h (revision 6968)
+++ webkit/glue/webframe.h (working copy)
@@ -292,7 +292,7 @@
//
// Returns false on failure. CaptureImage can fail if 'image' argument
// is not valid or due to failure to allocate a canvas.
- virtual bool CaptureImage(scoped_ptr<gfx::BitmapPlatformDevice>* image,
+ virtual bool CaptureImage(scoped_ptr<skia::BitmapPlatformDevice>* image,
bool scroll_to_zero) = 0;
// This function sets a flag within WebKit to instruct it to render the page
@@ -352,7 +352,7 @@
virtual void GetPageRect(int page, gfx::Rect* page_size) const = 0;
// Prints one page. |page| is 0-based.
- virtual bool SpoolPage(int page, gfx::PlatformCanvas* canvas) = 0;
+ virtual bool SpoolPage(int page, skia::PlatformCanvas* canvas) = 0;
// Is this frame reloading with allowing stale data? This will be true when
// the encoding of the page is changed and it needs to be re-interpreted,
« no previous file with comments | « skia/ext/vector_device.cc ('k') | webkit/glue/webframe_impl.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698