| 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,
|
|
|