| Index: printing/metafile.h
|
| ===================================================================
|
| --- printing/metafile.h (revision 86628)
|
| +++ printing/metafile.h (working copy)
|
| @@ -25,7 +25,9 @@
|
| class Size;
|
| }
|
|
|
| -class SkDevice;
|
| +namespace skia {
|
| +class PlatformDevice;
|
| +}
|
|
|
| #if defined(OS_CHROMEOS)
|
| namespace base {
|
| @@ -54,7 +56,7 @@
|
| // This method calls StartPage and then returns an appropriate
|
| // VectorPlatformDevice implementation bound to the context created by
|
| // StartPage or NULL on error.
|
| - virtual SkDevice* StartPageForVectorCanvas(
|
| + virtual skia::PlatformDevice* StartPageForVectorCanvas(
|
| const gfx::Size& page_size,
|
| const gfx::Rect& content_area,
|
| const float& scale_factor) = 0;
|
|
|