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