| Index: printing/emf_win.cc
|
| diff --git a/printing/emf_win.cc b/printing/emf_win.cc
|
| index 98c8f8ffa6fc2e1d2891480131003021b009d516..3003a2f4d987725ff810207d61648df84434340a 100644
|
| --- a/printing/emf_win.cc
|
| +++ b/printing/emf_win.cc
|
| @@ -517,7 +517,7 @@ bool Emf::Record::SafePlayback(Emf::EnumerationContext* context) const {
|
| return res;
|
| }
|
|
|
| -SkDevice* Emf::StartPageForVectorCanvas(
|
| +SkBaseDevice* Emf::StartPageForVectorCanvas(
|
| const gfx::Size& page_size, const gfx::Rect& content_area,
|
| const float& scale_factor) {
|
| if (!StartPage(page_size, content_area, scale_factor))
|
|
|